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/quests.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/quests.xml')
-rw-r--r-- | data/themes/jewelry/quests.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/themes/jewelry/quests.xml b/data/themes/jewelry/quests.xml index 2431db123..4d65f4f2b 100644 --- a/data/themes/jewelry/quests.xml +++ b/data/themes/jewelry/quests.xml @@ -8,6 +8,7 @@ <option name="titlebarBold" value="1" /> <option name="titlebarHeight" value="35" /> <option name="padding" value="10" /> + <option name="stickySpacing" value="6" /> <!-- Top Row --> <part type="top-left-corner" width="32" height="32" /> @@ -26,6 +27,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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> </widget> </skinset> |