diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-11 22:30:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-11 22:30:56 +0300 |
commit | 561f5e1f0010e61d648efe340edf5d4c43b51761 (patch) | |
tree | c223aadde6d7f6eb23b3a42ffe4d99c3ab853c9e /data/themes/jewelry | |
parent | 0b373909f1ad987e38b9c07f799f48c3c0b0c3fd (diff) | |
download | plus-561f5e1f0010e61d648efe340edf5d4c43b51761.tar.gz plus-561f5e1f0010e61d648efe340edf5d4c43b51761.tar.bz2 plus-561f5e1f0010e61d648efe340edf5d4c43b51761.tar.xz plus-561f5e1f0010e61d648efe340edf5d4c43b51761.zip |
Add theme option to set scrollbar width/height.
New theme option:
scrollbarsize - set scrollbar size. Default value 12.
Diffstat (limited to 'data/themes/jewelry')
-rw-r--r-- | data/themes/jewelry/scrollbuttons.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/jewelry/scrollbuttons.xml b/data/themes/jewelry/scrollbuttons.xml index 6a42d7dba..afb023e44 100644 --- a/data/themes/jewelry/scrollbuttons.xml +++ b/data/themes/jewelry/scrollbuttons.xml @@ -3,6 +3,7 @@ <widget type="Window" xpos="41" ypos="100"> <option name="showbuttons" value="0" /> <option name="markersize" value="0" /> + <option name="scrollbarsize" value="12" /> <part type="left" xpos="0" ypos="0" width="12" height="12" /> <part type="right" xpos="0" ypos="16" width="12" height="12" /> <part type="down" xpos="0" ypos="32" width="12" height="12" /> |