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
|
|
@ -171,7 +171,7 @@ Node *SceneCreateDialog::create_scene_root() {
|
|||
break;
|
||||
case ROOT_USER_INTERFACE: {
|
||||
Control *gui = memnew(Control);
|
||||
gui->set_anchors_and_offsets_preset(Control::PRESET_WIDE);
|
||||
gui->set_anchors_and_offsets_preset(Control::PRESET_FULL_RECT);
|
||||
root = gui;
|
||||
} break;
|
||||
case ROOT_OTHER:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue