mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 14:13:10 +00:00
Hide separators in ItemList in editor theme
This commit is contained in:
parent
fb10e67fef
commit
5626fae673
@ -999,7 +999,7 @@ void EditorThemeManager::_populate_standard_styles(const Ref<EditorTheme> &p_the
|
||||
p_theme->set_color("font_hovered_color", "ItemList", p_config.mono_color);
|
||||
p_theme->set_color("font_selected_color", "ItemList", p_config.mono_color);
|
||||
p_theme->set_color("font_outline_color", "ItemList", p_config.font_outline_color);
|
||||
p_theme->set_color("guide_color", "ItemList", guide_color);
|
||||
p_theme->set_color("guide_color", "ItemList", Color(1, 1, 1, 0));
|
||||
p_theme->set_constant("v_separation", "ItemList", p_config.forced_even_separation * 0.5 * EDSCALE);
|
||||
p_theme->set_constant("h_separation", "ItemList", (p_config.increased_margin + 2) * EDSCALE);
|
||||
p_theme->set_constant("icon_margin", "ItemList", (p_config.increased_margin + 2) * EDSCALE);
|
||||
|
Loading…
Reference in New Issue
Block a user