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/map.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/map.xml')
-rw-r--r-- | data/themes/jewelry/map.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/data/themes/jewelry/map.xml b/data/themes/jewelry/map.xml index 9a72a7174..0d92f87db 100644 --- a/data/themes/jewelry/map.xml +++ b/data/themes/jewelry/map.xml @@ -1,7 +1,11 @@ <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="100"> - + <widget type="Window" xpos="260" ypos="100"> + + <option name="captionoffsetx" value="12" /> + <option name="captionoffsety" value="7" /> <option name="padding" value="10" /> + <option name="titlebarHeight" value="26" /> + <option name="stickySpacing" value="6" /> <!-- Top Row --> <part type="top-left-corner" width="32" height="15" /> @@ -18,9 +22,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> |