diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-27 20:51:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-27 23:15:06 +0300 |
commit | 0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32 (patch) | |
tree | 067a83c7296a959e759ce14cf4a00b114aa5985c /src/gui/theme.h | |
parent | f799d0cc056be8850733be931c976d59e6dbe582 (diff) | |
download | plus-0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32.tar.gz plus-0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32.tar.bz2 plus-0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32.tar.xz plus-0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32.zip |
Add outlining to status popup dialog.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index df293a0b6..533734c8c 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -207,6 +207,7 @@ class Theme final : public Palette, public ConfigListener LISTBOX_SELECTED, RADIOBUTTON, POPUP, + POPUP_OUTLINE, TAB, TAB_HIGHLIGHTED, TAB_SELECTED, |