Some control fixes and removed useless lines
This commit is contained in:
parent
523b3c11cf
commit
06256cd778
8 changed files with 10 additions and 15 deletions
|
|
@ -368,7 +368,6 @@ MeshLibraryEditorPlugin::MeshLibraryEditorPlugin(EditorNode *p_node) {
|
|||
|
||||
p_node->get_viewport()->add_child(theme_editor);
|
||||
theme_editor->set_area_as_parent_rect();
|
||||
theme_editor->set_anchor(MARGIN_RIGHT, Control::ANCHOR_END);
|
||||
theme_editor->set_anchor(MARGIN_BOTTOM, Control::ANCHOR_BEGIN);
|
||||
theme_editor->set_end(Point2(0, 22));
|
||||
theme_editor->hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue