diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-10 19:36:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-10 19:36:26 +0300 |
commit | 6781809c3ae40507d86573f06c296706eff60e9a (patch) | |
tree | 41df178b61963c54e283fff6c14ef8c6a68ee740 /data/themes/jewelry/scrollbuttons.xml | |
parent | f6482585eb8d9fd514b38dd214d83acd3985dc76 (diff) | |
download | plus-6781809c3ae40507d86573f06c296706eff60e9a.tar.gz plus-6781809c3ae40507d86573f06c296706eff60e9a.tar.bz2 plus-6781809c3ae40507d86573f06c296706eff60e9a.tar.xz plus-6781809c3ae40507d86573f06c296706eff60e9a.zip |
Add option to scrollbuttons.xml to show/hide scrollbar buttons.
New theme option:
showbuttons - show or hide scrollbar buttons. Default is 1 (show).
Diffstat (limited to 'data/themes/jewelry/scrollbuttons.xml')
-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 381f102ba..9ffd91348 100644 --- a/data/themes/jewelry/scrollbuttons.xml +++ b/data/themes/jewelry/scrollbuttons.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="41" ypos="100"> + <option name="showbuttons" 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" /> |