diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-03-23 01:57:28 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-04-27 22:38:26 +0200 |
commit | 60b70c77e05ac75f25af110c107cc5d97c35fa89 (patch) | |
tree | 7ada4c61c3367a70e6ca43c0c19173edb2fa694e /editor/editor_node.cpp | |
parent | 0582cefcbb6c4dc0f5d36000f39c627ecf5f9b70 (diff) |
Improve the editor theme
The editor theme now makes use of rounded corners and less borders
to follow modern visual trends.
The default theme's colors were also tweaked to make the blue hue
more subtle (similar to the Arc theme, which was removed as a
consequence). The Alien theme was replaced by a Breeze Dark theme,
which should blend in well with the KDE theme.
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r-- | editor/editor_node.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 6137617564..1202de282c 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -6479,7 +6479,6 @@ EditorNode::EditorNode() { // Toggle for video driver video_driver = memnew(OptionButton); - video_driver->set_flat(true); video_driver->set_focus_mode(Control::FOCUS_NONE); video_driver->connect("item_selected", callable_mp(this, &EditorNode::_video_driver_selected)); video_driver->add_theme_font_override("font", gui_base->get_theme_font("bold", "EditorFonts")); |