diff options
author | Giganzo <158825920+Giganzo@users.noreply.github.com> | 2024-09-01 23:53:15 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2024-10-20 13:26:45 +0200 |
commit | 549bffdcbc4cd43e03b1f6300f087e6d5816397c (patch) | |
tree | a1fdd808261fee924e7e05f885133d5b27d9f75c /editor/themes/editor_theme_manager.h | |
parent | 61598c5c88d95b96811d386cb20d714c35f4c6d7 (diff) | |
download | redot-engine-549bffdcbc4cd43e03b1f6300f087e6d5816397c.tar.gz |
Fix PopupPanel menu style
Diffstat (limited to 'editor/themes/editor_theme_manager.h')
-rw-r--r-- | editor/themes/editor_theme_manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/themes/editor_theme_manager.h b/editor/themes/editor_theme_manager.h index 5e7bd00083..ca5e1a4e2d 100644 --- a/editor/themes/editor_theme_manager.h +++ b/editor/themes/editor_theme_manager.h @@ -135,6 +135,7 @@ class EditorThemeManager { Ref<StyleBoxFlat> button_style_hover; Ref<StyleBoxFlat> popup_style; + Ref<StyleBoxFlat> popup_border_style; Ref<StyleBoxFlat> window_style; Ref<StyleBoxFlat> dialog_style; Ref<StyleBoxFlat> panel_container_style; |