summaryrefslogtreecommitdiff
path: root/data/graphics/gui/slider.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-09 20:43:13 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-13 01:02:41 +0300
commit47e405bb722a222ae7e536bbada2c44d8ea0cd73 (patch)
tree65230239ca4f797aafb9dfb60af98b7129c87667 /data/graphics/gui/slider.xml
parent25ebec2265b2b995bb85ce74f25db8137ea9db87 (diff)
downloadplus-47e405bb722a222ae7e536bbada2c44d8ea0cd73.tar.gz
plus-47e405bb722a222ae7e536bbada2c44d8ea0cd73.tar.bz2
plus-47e405bb722a222ae7e536bbada2c44d8ea0cd73.tar.xz
plus-47e405bb722a222ae7e536bbada2c44d8ea0cd73.zip
Change slider theming.
Diffstat (limited to 'data/graphics/gui/slider.xml')
-rw-r--r--data/graphics/gui/slider.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/graphics/gui/slider.xml b/data/graphics/gui/slider.xml
new file mode 100644
index 000000000..163e3258d
--- /dev/null
+++ b/data/graphics/gui/slider.xml
@@ -0,0 +1,13 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window" xpos="98" ypos="0">
+ <part type="hstart" xpos="0" ypos="0" width="4" height="6" />
+ <part type="hmiddle" xpos="4" ypos="0" width="7" height="6" />
+ <part type="hend" xpos="11" ypos="0" width="4" height="6" />
+ <part type="hgrip" xpos="6" ypos="7" width="9" height="10" />
+
+ <part type="vstart" xpos="0" ypos="6" width="6" height="4" />
+ <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" />
+ <part type="vend" xpos="0" ypos="18" width="6" height="9" />
+ <part type="vgrip" xpos="6" ypos="7" width="9" height="10" />
+ </widget>
+</skinset>