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/popup.xml | |
parent | 1eff803cd28052e8b494dd9eaa2cb7828389c978 (diff) | |
download | plus-7d76ab3554d0c7d9760651e557f764c8b7b0a9d9.tar.gz plus-7d76ab3554d0c7d9760651e557f764c8b7b0a9d9.tar.bz2 plus-7d76ab3554d0c7d9760651e557f764c8b7b0a9d9.tar.xz plus-7d76ab3554d0c7d9760651e557f764c8b7b0a9d9.zip |
Jewelry Theme: Fix resize grip position in all windows.
Diffstat (limited to 'data/themes/jewelry/popup.xml')
-rw-r--r-- | data/themes/jewelry/popup.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/themes/jewelry/popup.xml b/data/themes/jewelry/popup.xml index 441b99464..bf5294cee 100644 --- a/data/themes/jewelry/popup.xml +++ b/data/themes/jewelry/popup.xml @@ -15,9 +15,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" /> </widget> </skinset> |