You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Merge pull request #45607 from Calinou/improve-editor-theme
Improve the editor theme
This commit is contained in:
@@ -6491,7 +6491,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"));
|
||||
|
||||
Reference in New Issue
Block a user