diff options
| author | Hein-Pieter van Braam | 2017-02-12 01:11:37 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2017-02-13 10:37:47 +0100 |
| commit | 0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a (patch) | |
| tree | f33b1c2a15fe7024716b3a611b625c652290d067 /scene/gui/box_container.cpp | |
| parent | 70b9aa379d99c78f6db87344e3002808dac70bfa (diff) | |
| download | godot-0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a.tar.gz godot-0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a.tar.zst godot-0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a.zip | |
Diffstat (limited to 'scene/gui/box_container.cpp')
| -rw-r--r-- | scene/gui/box_container.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/box_container.cpp b/scene/gui/box_container.cpp index 9c5ddb3e7..b9121490e 100644 --- a/scene/gui/box_container.cpp +++ b/scene/gui/box_container.cpp @@ -310,7 +310,7 @@ void BoxContainer::_bind_methods() { BIND_CONSTANT( ALIGN_CENTER ); BIND_CONSTANT( ALIGN_END ); - ADD_PROPERTY( PropertyInfo(Variant::INT,"alignment", PROPERTY_HINT_ENUM, "Begin,Center,End"), _SCS("set_alignment"),_SCS("get_alignment") ); + ADD_PROPERTY( PropertyInfo(Variant::INT,"alignment", PROPERTY_HINT_ENUM, "Begin,Center,End"), "set_alignment","get_alignment") ; } |
