diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-04 23:03:47 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-04 23:03:47 +0100 |
commit | c91fb6d5826a39ab0f560737936ca16b019946c2 (patch) | |
tree | 5b640e8a7ca6339013dfb0f8e53255c1f29694ea /data/themes/jewelry/beingpopup.xml | |
parent | 3181bc7610b80c360dc59a88b0408099e8ae3bc9 (diff) | |
download | plus-c91fb6d5826a39ab0f560737936ca16b019946c2.tar.gz plus-c91fb6d5826a39ab0f560737936ca16b019946c2.tar.bz2 plus-c91fb6d5826a39ab0f560737936ca16b019946c2.tar.xz plus-c91fb6d5826a39ab0f560737936ca16b019946c2.zip |
Fix beingpopup style in Jewelry Theme.
Diffstat (limited to 'data/themes/jewelry/beingpopup.xml')
-rw-r--r-- | data/themes/jewelry/beingpopup.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/themes/jewelry/beingpopup.xml b/data/themes/jewelry/beingpopup.xml new file mode 100644 index 000000000..800a8190b --- /dev/null +++ b/data/themes/jewelry/beingpopup.xml @@ -0,0 +1,23 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + + <option name="padding" value="12" /> + <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="15" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="15" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="15" /> + + </widget> +</skinset> |