From 2dfe16953f7bfe91fb30140d30e22b0f1c3eeaf6 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:09:50 +0400 Subject: [PATCH] Fix theme item editor background color --- minimal_theme.tres | 1 + 1 file changed, 1 insertion(+) diff --git a/minimal_theme.tres b/minimal_theme.tres index a464643..e43a9c4 100644 --- a/minimal_theme.tres +++ b/minimal_theme.tres @@ -692,6 +692,7 @@ func _init() -> void: set_stylebox('panel', 'ProjectExportDialog', sb) set_stylebox('panel', 'SceneImportSettingsDialog', sb) set_stylebox('panel', 'EditorAbout', sb) + set_stylebox('panel', 'ThemeItemEditorDialog', sb) # ProgressBar