diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-14 14:43:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-14 14:43:51 +0300 |
commit | 8a616021cbefff5f62b0ca55cf535130c8c1b5f0 (patch) | |
tree | d0737a4a9bd0c9f8864296da4c095acd29315e8a /data/themes/golden-delicious | |
parent | cf5c6d76f20ea5d250e6873759c774deb81cf7c1 (diff) | |
download | plus-8a616021cbefff5f62b0ca55cf535130c8c1b5f0.tar.gz plus-8a616021cbefff5f62b0ca55cf535130c8c1b5f0.tar.bz2 plus-8a616021cbefff5f62b0ca55cf535130c8c1b5f0.tar.xz plus-8a616021cbefff5f62b0ca55cf535130c8c1b5f0.zip |
Add own skin file for skill popup.
New theme file: skillpopup.xml
Diffstat (limited to 'data/themes/golden-delicious')
-rw-r--r-- | data/themes/golden-delicious/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/golden-delicious/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/golden-delicious/skillpopup.xml | 22 |
3 files changed, 24 insertions, 0 deletions
diff --git a/data/themes/golden-delicious/CMakeLists.txt b/data/themes/golden-delicious/CMakeLists.txt index 1ba7e4df1..c85ce997b 100644 --- a/data/themes/golden-delicious/CMakeLists.txt +++ b/data/themes/golden-delicious/CMakeLists.txt @@ -94,6 +94,7 @@ SET (FILES shoplistbox.xml shop.xml skilllistbox.xml + skillpopup.xml slider_highlighted.xml slider.xml social.xml diff --git a/data/themes/golden-delicious/Makefile.am b/data/themes/golden-delicious/Makefile.am index 08cd45dc4..3e45b950a 100644 --- a/data/themes/golden-delicious/Makefile.am +++ b/data/themes/golden-delicious/Makefile.am @@ -96,6 +96,7 @@ gui_DATA = \ shop.xml \ shoplistbox.xml \ skilllistbox.xml \ + skillpopup.xml \ slider.xml \ slider_highlighted.xml \ social.xml \ diff --git a/data/themes/golden-delicious/skillpopup.xml b/data/themes/golden-delicious/skillpopup.xml new file mode 100644 index 000000000..b333d40e4 --- /dev/null +++ b/data/themes/golden-delicious/skillpopup.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="10" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> |