diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:56:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:56:48 +0300 |
commit | a2c2444d9eb4b43fb73339ae1cc3b7464f33409e (patch) | |
tree | 44ff07e2fed8af0273f899de5dfaf11f0dbf3fb5 /src/gui/theme.h | |
parent | 2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32 (diff) | |
download | mv-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.gz mv-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.bz2 mv-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.xz mv-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.zip |
add outline color to listbox.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 084868ef2..7cc5ce592 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -229,7 +229,9 @@ class Theme final : public Palette, public ConfigListener LABEL, LABEL_OUTLINE, LISTBOX, + LISTBOX_OUTLINE, LISTBOX_SELECTED, + LISTBOX_SELECTED_OUTLINE, RADIOBUTTON, POPUP, POPUP_OUTLINE, |