diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-10 23:02:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-10 23:02:26 +0300 |
commit | 4d236566cc8132fdbcb901668c3291f7cf3279af (patch) | |
tree | 80c732be5592689f64851fec8f869368eb6b000a /data | |
parent | 6781809c3ae40507d86573f06c296706eff60e9a (diff) | |
download | plus-4d236566cc8132fdbcb901668c3291f7cf3279af.tar.gz plus-4d236566cc8132fdbcb901668c3291f7cf3279af.tar.bz2 plus-4d236566cc8132fdbcb901668c3291f7cf3279af.tar.xz plus-4d236566cc8132fdbcb901668c3291f7cf3279af.zip |
Add option to scrollbuttons.xml to set scroll marker size.
New theme option:
markersize - set market scroll size. Default is 0 (auto count).
Diffstat (limited to 'data')
-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 9ffd91348..6a42d7dba 100644 --- a/data/themes/jewelry/scrollbuttons.xml +++ b/data/themes/jewelry/scrollbuttons.xml @@ -2,6 +2,7 @@ <skinset name="Default" image="window.png"> <widget type="Window" xpos="41" ypos="100"> <option name="showbuttons" value="0" /> + <option name="markersize" value="0" /> <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" /> |