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/chat.xml | |
parent | 502a5e829954ffa1e2ef48d6247b9939f1818a58 (diff) | |
download | mv-d36a52005401d3fa6a0d1fc08b8b900eebea7528.tar.gz mv-d36a52005401d3fa6a0d1fc08b8b900eebea7528.tar.bz2 mv-d36a52005401d3fa6a0d1fc08b8b900eebea7528.tar.xz mv-d36a52005401d3fa6a0d1fc08b8b900eebea7528.zip |
Add sticky-button feature to Jewelry Theme.
Diffstat (limited to 'data/themes/jewelry/chat.xml')
-rw-r--r-- | data/themes/jewelry/chat.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/data/themes/jewelry/chat.xml b/data/themes/jewelry/chat.xml index d18205003..ac7a8a931 100644 --- a/data/themes/jewelry/chat.xml +++ b/data/themes/jewelry/chat.xml @@ -1,5 +1,7 @@ <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="100"> + <widget type="Window" xpos="260" ypos="100"> + + <option name="padding" value="4" /> <!-- Top Row --> <part type="top-left-corner" width="32" height="15" /> @@ -16,9 +18,8 @@ <part type="bottom-edge" xpos="33" ypos="27" width="64" height="15" /> <part type="bottom-right-corner" xpos="98" ypos="27" width="32" height="15" /> - <!--<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" />--> - + <part type="stickyImageUp" xpos="-130" ypos="-49" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="-49" width="19" height="22" /> + </widget> </skinset> |