mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #45607 from Calinou/improve-editor-theme
Improve the editor theme
This commit is contained in:
commit
6e621441ca
19 changed files with 238 additions and 258 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue