diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 12:51:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 12:51:53 +0300 |
commit | f02ad41aacd14b0c5f53fb01fe833c42b81f8d63 (patch) | |
tree | 16b2fff2cd57591d7c39e7b6861c7445bb8375c4 /src/gui/theme.h | |
parent | ee13b712f0c9a285baf7a43e6d58b367dd6145f1 (diff) | |
download | plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.tar.gz plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.tar.bz2 plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.tar.xz plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.zip |
add outline color in dropdown.
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 a9aa8b2f5..1f49fe4ec 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -231,6 +231,7 @@ class Theme final : public Palette, public ConfigListener CHECKBOX, CHECKBOX_OUTLINE, DROPDOWN, + DROPDOWN_OUTLINE, LABEL, LABEL_OUTLINE, LISTBOX, |