We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe3aa04 + 3afd9f2 commit 96b5fe8Copy full SHA for 96b5fe8
editor/editor_inspector.cpp
@@ -1656,6 +1656,8 @@ void EditorInspectorSection::_notification(int p_what) {
1656
update_minimum_size();
1657
bg_color = get_theme_color(SNAME("prop_subsection"), EditorStringName(Editor));
1658
bg_color.a /= level;
1659
+ int separation = get_theme_constant(SNAME("v_separation"), SNAME("EditorInspector"));
1660
+ vbox->add_theme_constant_override(SNAME("separation"), separation);
1661
} break;
1662
1663
case NOTIFICATION_SORT_CHILDREN: {
0 commit comments