summaryrefslogtreecommitdiff
path: root/data/graphics/gui/progressbar.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-09 01:11:29 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-13 01:02:41 +0300
commit9a36ae42e55ee9403d631dd7c027967350931fa6 (patch)
treec4f1c4c59d8b0396e12bcf953377be554c640a59 /data/graphics/gui/progressbar.xml
parent794a06e7707797bca73218702f275c58f654a8cd (diff)
downloadplus-9a36ae42e55ee9403d631dd7c027967350931fa6.tar.gz
plus-9a36ae42e55ee9403d631dd7c027967350931fa6.tar.bz2
plus-9a36ae42e55ee9403d631dd7c027967350931fa6.tar.xz
plus-9a36ae42e55ee9403d631dd7c027967350931fa6.zip
Change progressbar theming.
Diffstat (limited to 'data/graphics/gui/progressbar.xml')
-rw-r--r--data/graphics/gui/progressbar.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/graphics/gui/progressbar.xml b/data/graphics/gui/progressbar.xml
new file mode 100644
index 000000000..b425025bb
--- /dev/null
+++ b/data/graphics/gui/progressbar.xml
@@ -0,0 +1,18 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window" xpos="73" ypos="164">
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" />
+ <part type="top-edge" xpos="4" ypos="0" width="3" height="4" />
+ <part type="top-right-corner" xpos="7" ypos="0" width="4" height="4" />
+
+ <!-- Middle Row -->
+ <part type="left-edge" xpos="0" ypos="4" width="4" height="10" />
+ <part type="bg-quad" xpos="4" ypos="4" width="3" height="10" />
+ <part type="right-edge" xpos="7" ypos="4" width="4" height="10" />
+
+ <!-- Bottom Row -->
+ <part type="bottom-left-corner" xpos="0" ypos="15" width="4" height="4" />
+ <part type="bottom-edge" xpos="4" ypos="15" width="3" height="4" />
+ <part type="bottom-right-corner" xpos="7" ypos="15" width="4" height="4" />
+ </widget>
+</skinset>