diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-10-28 12:44:27 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-10-28 12:44:27 +0100 |
commit | d36a52005401d3fa6a0d1fc08b8b900eebea7528 (patch) | |
tree | c41a5d6e2910799ce7ab8c66b1e7bbae434e42fd /data/themes/jewelry/emotes.xml | |
parent | 502a5e829954ffa1e2ef48d6247b9939f1818a58 (diff) | |
download | plus-d36a52005401d3fa6a0d1fc08b8b900eebea7528.tar.gz plus-d36a52005401d3fa6a0d1fc08b8b900eebea7528.tar.bz2 plus-d36a52005401d3fa6a0d1fc08b8b900eebea7528.tar.xz plus-d36a52005401d3fa6a0d1fc08b8b900eebea7528.zip |
Add sticky-button feature to Jewelry Theme.
Diffstat (limited to 'data/themes/jewelry/emotes.xml')
-rw-r--r-- | data/themes/jewelry/emotes.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/data/themes/jewelry/emotes.xml b/data/themes/jewelry/emotes.xml index 7ce34535d..611db0990 100644 --- a/data/themes/jewelry/emotes.xml +++ b/data/themes/jewelry/emotes.xml @@ -1,6 +1,6 @@ <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="147"> - + <widget type="Window" xpos="260" ypos="147"> + <option name="padding" value="10" /> <!-- Top Row --> @@ -18,9 +18,5 @@ <part type="bottom-edge" xpos="33" ypos="22" width="64" height="10" /> <part type="bottom-right-corner" xpos="98" ypos="22" width="32" height="10" /> - <!--<part type="closeImage" xpos="-131" ypos="0" width="16" height="16" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" />--> - </widget> </skinset> |