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
|
|
@ -137,7 +137,7 @@ MeshEditor::MeshEditor() {
|
|||
|
||||
HBoxContainer *hb = memnew(HBoxContainer);
|
||||
add_child(hb);
|
||||
hb->set_anchors_and_offsets_preset(Control::PRESET_WIDE, Control::PRESET_MODE_MINSIZE, 2);
|
||||
hb->set_anchors_and_offsets_preset(Control::PRESET_FULL_RECT, Control::PRESET_MODE_MINSIZE, 2);
|
||||
|
||||
hb->add_spacer();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue