Fix incorrect margin variations for group editors
This commit is contained in:
parent
2ed91ed207
commit
6cd83c78a9
2 changed files with 7 additions and 3 deletions
|
|
@ -912,7 +912,7 @@ GroupsEditor::GroupsEditor() {
|
|||
hbc->add_child(filter);
|
||||
|
||||
MarginContainer *mc = memnew(MarginContainer);
|
||||
mc->set_theme_type_variation("NoBorderHorizontalBottomWide");
|
||||
mc->set_theme_type_variation("NoBorderHorizontalBottom");
|
||||
mc->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
holder->add_child(mc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue