Rename Control PRESET_WIDE to PRESET_FULL_RECT
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user