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/skillpopup.xml | |
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/skillpopup.xml')
-rw-r--r-- | data/themes/golden-delicious/skillpopup.xml | 22 |
1 files changed, 22 insertions, 0 deletions
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> |