diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-14 13:26:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-14 13:35:40 +0300 |
commit | 02c0cfce7cdfc712b508d3351136353b2e72b972 (patch) | |
tree | 6cae129608fbb06c0e2c66681ad49482e1b5381a /src/gui/theme.cpp | |
parent | 8ba9dc8011a3b17d97828f9a8b800f8ad56459bf (diff) | |
download | plus-02c0cfce7cdfc712b508d3351136353b2e72b972.tar.gz plus-02c0cfce7cdfc712b508d3351136353b2e72b972.tar.bz2 plus-02c0cfce7cdfc712b508d3351136353b2e72b972.tar.xz plus-02c0cfce7cdfc712b508d3351136353b2e72b972.zip |
Change checkbox theming.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 77fe24d51..e01799ea7 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -329,25 +329,31 @@ static SkinParameter skinParam[] = {0, "up"}, {0, "hstart"}, {0, "in"}, + {0, "normal"}, {1, "top-edge"}, {1, "highlighted"}, {1, "down"}, {1, "hmiddle"}, {1, "in-highlighted"}, + {1, "checked"}, {2, "top-right-corner"}, {2, "pressed"}, {2, "left"}, {2, "hend"}, {2, "out"}, + {2, "disabled"}, {3, "left-edge"}, {3, "disabled"}, {3, "right"}, {3, "hgrip"}, {3, "out-highlighted"}, + {3, "disabled-checked"}, {4, "bg-quad"}, {4, "vstart"}, + {4, "normal-highlighted"}, {5, "right-edge"}, {5, "vmiddle"}, + {5, "checked-highlighted"}, {6, "bottom-left-corner"}, {6, "vend"}, {7, "bottom-edge"}, |