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/status.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/status.xml')
-rw-r--r-- | data/themes/jewelry/status.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/themes/jewelry/status.xml b/data/themes/jewelry/status.xml index 99199c194..bb0a386a9 100644 --- a/data/themes/jewelry/status.xml +++ b/data/themes/jewelry/status.xml @@ -6,6 +6,7 @@ <option name="titlebarHeight" value="35" /> <option name="titlebarBold" value="1" /> <option name="padding" value="10" /> + <option name="stickySpacing" value="6" /> <!-- Top Row --> <part type="top-left-corner" width="32" height="32" /> @@ -24,8 +25,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="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" />--> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-115" ypos="51" width="19" height="22" /> </widget> </skinset> |