diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 12:28:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 12:28:37 +0300 |
commit | ee13b712f0c9a285baf7a43e6d58b367dd6145f1 (patch) | |
tree | 6dff1003d5b75195578eec39ea6d44337f4744e4 /src/gui/theme.h | |
parent | 0ea8c99f68bf6af25776914af324cb1c7632bc54 (diff) | |
download | plus-ee13b712f0c9a285baf7a43e6d58b367dd6145f1.tar.gz plus-ee13b712f0c9a285baf7a43e6d58b367dd6145f1.tar.bz2 plus-ee13b712f0c9a285baf7a43e6d58b367dd6145f1.tar.xz plus-ee13b712f0c9a285baf7a43e6d58b367dd6145f1.zip |
add outline color to radio button.
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 c56315355..a9aa8b2f5 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -238,6 +238,7 @@ class Theme final : public Palette, public ConfigListener LISTBOX_SELECTED, LISTBOX_SELECTED_OUTLINE, RADIOBUTTON, + RADIOBUTTON_OUTLINE, POPUP, POPUP_OUTLINE, TAB, |