diff options
author | FireForge <isaacr.7.2005@gmail.com> | 2022-03-18 19:02:57 -0500 |
---|---|---|
committer | FireForge <67974470+fire-forge@users.noreply.github.com> | 2022-07-18 20:08:11 -0500 |
commit | 97dfbea6adc5cc2e2df4b26a34dfb0275991e335 (patch) | |
tree | 70f3c464523a786f57c4e807395916c9ac1a5e6a /editor/plugins/mesh_editor_plugin.cpp | |
parent | abe8b88702cdb4ce5ce154c31cb989e1cee56b5e (diff) |
Rename Control PRESET_WIDE to PRESET_FULL_RECT
Diffstat (limited to 'editor/plugins/mesh_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/mesh_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/mesh_editor_plugin.cpp b/editor/plugins/mesh_editor_plugin.cpp index 7029768479..b23395fea2 100644 --- a/editor/plugins/mesh_editor_plugin.cpp +++ b/editor/plugins/mesh_editor_plugin.cpp @@ -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(); |