From 60b70c77e05ac75f25af110c107cc5d97c35fa89 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 23 Mar 2019 01:57:28 +0100 Subject: 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. --- editor/editor_node.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/editor_node.cpp') 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")); -- cgit v1.2.3