More scroll hint work around the editor

This commit is contained in:
Michael Alexsander
2026-01-05 18:55:57 -03:00
parent f4499eea4b
commit da561cd619
14 changed files with 105 additions and 49 deletions

View File

@@ -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);