mirror of
https://github.com/godotengine/godot.git
synced 2026-02-14 22:56:35 +00:00
More scroll hint work around the editor
This commit is contained in:
@@ -912,7 +912,7 @@ GroupsEditor::GroupsEditor() {
|
||||
hbc->add_child(filter);
|
||||
|
||||
MarginContainer *mc = memnew(MarginContainer);
|
||||
mc->set_theme_type_variation("NoBorderHorizontalBottom");
|
||||
mc->set_theme_type_variation("NoBorderHorizontalBottomWide");
|
||||
mc->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
holder->add_child(mc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user