diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-07 15:54:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 15:54:32 +0100 |
commit | 650e218b9606e4640ac10ecbff1b7f08b6be0daf (patch) | |
tree | 9c04a47254fa312b66b9fd7945b0a346ade4a133 /editor/editor_themes.cpp | |
parent | 8910d0bcb4a6c03acfbcb7ec4c585ed0f2e1f4d9 (diff) | |
parent | 59e9a8c275ac56bdc23883d8902920e93bcb6c69 (diff) |
Merge pull request #56768 from YeldhamDev/dock_float_theme
Diffstat (limited to 'editor/editor_themes.cpp')
-rw-r--r-- | editor/editor_themes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index ad5012edbf..7aa5ba7023 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -1279,7 +1279,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) { // Panel theme->set_stylebox(SNAME("panel"), SNAME("Panel"), make_flat_stylebox(dark_color_1, 6, 4, 6, 4, corner_width)); - theme->set_stylebox(SNAME("panel_fg"), SNAME("Panel"), style_default); + theme->set_stylebox(SNAME("PanelForeground"), SNAME("EditorStyles"), style_default); // Label theme->set_stylebox(SNAME("normal"), SNAME("Label"), style_empty); |