summaryrefslogtreecommitdiff
path: root/data
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
parent25ebec2265b2b995bb85ce74f25db8137ea9db87 (diff)
downloadplus-47e405bb722a222ae7e536bbada2c44d8ea0cd73.tar.gz
plus-47e405bb722a222ae7e536bbada2c44d8ea0cd73.tar.bz2
plus-47e405bb722a222ae7e536bbada2c44d8ea0cd73.tar.xz
plus-47e405bb722a222ae7e536bbada2c44d8ea0cd73.zip
Change slider theming.
Diffstat (limited to 'data')
-rw-r--r--data/graphics/gui/CMakeLists.txt4
-rw-r--r--data/graphics/gui/Makefile.am4
-rw-r--r--data/graphics/gui/slider.pngbin485 -> 0 bytes
-rw-r--r--data/graphics/gui/slider.xml13
-rw-r--r--data/graphics/gui/slider_highlighted.xml13
-rw-r--r--data/graphics/gui/slider_hilight.pngbin444 -> 0 bytes
-rw-r--r--data/graphics/gui/window.pngbin12406 -> 13236 bytes
7 files changed, 30 insertions, 4 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index b03b856c7..af8e0b2b2 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -30,8 +30,8 @@ SET (FILES
scrollbuttons.xml
scrollbuttons_pressed.xml
selection.png
- slider.png
- slider_hilight.png
+ slider.xml
+ slider_highlighted.xml
speechbubble.xml
sticky_button.png
tab.xml
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index b8591a783..75ea12a3a 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -33,8 +33,8 @@ gui_DATA = \
scrollbuttons.xml \
scrollbuttons_pressed.xml\
selection.png \
- slider.png \
- slider_hilight.png \
+ slider.xml \
+ slider_highlighted.xml \
speechbubble.xml \
sticky_button.png \
tab.xml \
diff --git a/data/graphics/gui/slider.png b/data/graphics/gui/slider.png
deleted file mode 100644
index 465ad0e88..000000000
--- a/data/graphics/gui/slider.png
+++ /dev/null
Binary files differ
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>
diff --git a/data/graphics/gui/slider_highlighted.xml b/data/graphics/gui/slider_highlighted.xml
new file mode 100644
index 000000000..af5f4a0e6
--- /dev/null
+++ b/data/graphics/gui/slider_highlighted.xml
@@ -0,0 +1,13 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window" xpos="98" ypos="50">
+ <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>
diff --git a/data/graphics/gui/slider_hilight.png b/data/graphics/gui/slider_hilight.png
deleted file mode 100644
index 37c780cd1..000000000
--- a/data/graphics/gui/slider_hilight.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png
index 37395d0a2..2e3454976 100644
--- a/data/graphics/gui/window.png
+++ b/data/graphics/gui/window.png
Binary files differ