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/social.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/social.xml')
-rw-r--r-- | data/themes/jewelry/social.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/themes/jewelry/social.xml b/data/themes/jewelry/social.xml index bca3d1465..dc9b0c49b 100644 --- a/data/themes/jewelry/social.xml +++ b/data/themes/jewelry/social.xml @@ -7,6 +7,7 @@ <option name="titlebarHeight" value="35" /> <option name="padding" value="10" /> <option name="showtabbackground" value="1" /> + <option name="stickySpacing" value="6" /> <!-- Top Row --> <part type="top-left-corner" width="32" height="32" /> @@ -25,8 +26,8 @@ <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - <!--<part type="stickyImageUp" xpos="-130" ypos="51" width="16" height="16" /> - <part type="stickyImageDown" xpos="-99" ypos="51" width="16" height="16" />--> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> </widget> </skinset> |