1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Finalize colors of modern theme

This commit is contained in:
passivestar
2025-12-18 19:05:02 +04:00
parent 551ce8d47f
commit 8e20f4c289
7 changed files with 147 additions and 59 deletions

View File

@@ -986,7 +986,7 @@ EditorAudioBus::EditorAudioBus(EditorAudioBuses *p_buses, bool p_is_master) {
effects->set_allow_rmb_select(true);
effects->set_focus_mode(FOCUS_CLICK);
effects->set_allow_reselect(true);
effects->set_theme_type_variation("TreeSecondary");
effects->set_theme_type_variation("EditorAudioBusEffectsTree");
effects->connect(SceneStringName(gui_input), callable_mp(this, &EditorAudioBus::_effects_gui_input));
send = memnew(OptionButton);