mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Fix background color of complex dialog windows in modern theme
This commit is contained in:
@@ -356,7 +356,7 @@ void ThemeModern::populate_shared_styles(const Ref<EditorTheme> &p_theme, Editor
|
||||
p_config.window_style->set_corner_radius_all(0);
|
||||
|
||||
p_config.window_complex_style = p_config.window_style->duplicate();
|
||||
p_config.window_complex_style->set_bg_color(p_config.surface_popup_color);
|
||||
p_config.window_complex_style->set_bg_color(p_config.surface_lowest_color);
|
||||
|
||||
p_config.dialog_style = p_config.base_style->duplicate();
|
||||
p_config.dialog_style->set_content_margin_all(p_config.popup_margin);
|
||||
|
||||
Reference in New Issue
Block a user