Fix theme item editor background color

pull/39/head
passivestar 2025-07-27 16:09:50 +07:00
parent 8fbcfbbada
commit 2dfe16953f
1 changed files with 1 additions and 0 deletions

@ -692,6 +692,7 @@ func _init() -> void:
set_stylebox('panel', 'ProjectExportDialog', sb) set_stylebox('panel', 'ProjectExportDialog', sb)
set_stylebox('panel', 'SceneImportSettingsDialog', sb) set_stylebox('panel', 'SceneImportSettingsDialog', sb)
set_stylebox('panel', 'EditorAbout', sb) set_stylebox('panel', 'EditorAbout', sb)
set_stylebox('panel', 'ThemeItemEditorDialog', sb)
# ProgressBar # ProgressBar