Rename Control PRESET_WIDE to PRESET_FULL_RECT
This commit is contained in:
parent
abe8b88702
commit
97dfbea6ad
49 changed files with 106 additions and 106 deletions
|
|
@ -1199,7 +1199,7 @@ void ActionMapEditor::use_external_search_box(LineEdit *p_searchbox) {
|
|||
ActionMapEditor::ActionMapEditor() {
|
||||
// Main Vbox Container
|
||||
VBoxContainer *main_vbox = memnew(VBoxContainer);
|
||||
main_vbox->set_anchors_and_offsets_preset(PRESET_WIDE);
|
||||
main_vbox->set_anchors_and_offsets_preset(PRESET_FULL_RECT);
|
||||
add_child(main_vbox);
|
||||
|
||||
HBoxContainer *top_hbox = memnew(HBoxContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue