diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-27 02:08:06 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-27 02:08:06 +0100 |
commit | 7d76ab3554d0c7d9760651e557f764c8b7b0a9d9 (patch) | |
tree | 0e0fb1032c29c7233aab6d68484e2e72acec4190 /data/themes/jewelry/map.xml | |
parent | 1eff803cd28052e8b494dd9eaa2cb7828389c978 (diff) | |
download | manaplus-7d76ab3554d0c7d9760651e557f764c8b7b0a9d9.tar.gz manaplus-7d76ab3554d0c7d9760651e557f764c8b7b0a9d9.tar.bz2 manaplus-7d76ab3554d0c7d9760651e557f764c8b7b0a9d9.tar.xz manaplus-7d76ab3554d0c7d9760651e557f764c8b7b0a9d9.zip |
Jewelry Theme: Fix resize grip position in all windows.
Diffstat (limited to 'data/themes/jewelry/map.xml')
-rw-r--r-- | data/themes/jewelry/map.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/themes/jewelry/map.xml b/data/themes/jewelry/map.xml index 19685667e..cdfe451e0 100644 --- a/data/themes/jewelry/map.xml +++ b/data/themes/jewelry/map.xml @@ -18,9 +18,9 @@ <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="15" /> - <part type="bottom-edge" xpos="31" ypos="27" width="48" height="15" /> - <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="15" /> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> <part type="stickyImageUp" xpos="-130" ypos="-58" width="19" height="22" /> <part type="stickyImageDown" xpos="-99" ypos="-58" width="19" height="22" /> |