diff options
author | Alyssa Milburn | 2011-12-07 16:09:11 +0100 |
---|---|---|
committer | Alyssa Milburn | 2011-12-07 16:09:11 +0100 |
commit | b017c9317b054c8f6cc2258f581ba30c0caf131a (patch) | |
tree | 6b64e503dea94fb45a8e5ba5c90a95f8ba51b557 /gui/themes/scummmodern | |
parent | 330916b356e81d31d608d40bda4c15731c80b87a (diff) | |
download | scummvm-rg350-b017c9317b054c8f6cc2258f581ba30c0caf131a.tar.gz scummvm-rg350-b017c9317b054c8f6cc2258f581ba30c0caf131a.tar.bz2 scummvm-rg350-b017c9317b054c8f6cc2258f581ba30c0caf131a.zip |
GUI: Fix and regenerate theme files for y==400 case.
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_gfx.stx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx index e2c809af59..cb9f9fd2a3 100644 --- a/gui/themes/scummmodern/scummmodern_gfx.stx +++ b/gui/themes/scummmodern/scummmodern_gfx.stx @@ -260,7 +260,7 @@ </drawdata> <!-- Buttons at the top and bottom of the scrollbar --> - <drawdata id = 'scrollbar_button_idle' cache = 'false' resolution = 'y>400'> + <drawdata id = 'scrollbar_button_idle' cache = 'false' resolution = 'y>399'> <drawstep func = 'roundedsq' radius = '10' fill = 'none' @@ -298,7 +298,7 @@ /> </drawdata> - <drawdata id = 'scrollbar_button_hover' cache = 'false' resolution = 'y>400'> + <drawdata id = 'scrollbar_button_hover' cache = 'false' resolution = 'y>399'> <drawstep func = 'roundedsq' radius = '10' fill = 'gradient' @@ -433,7 +433,7 @@ </drawdata> <!-- Idle popup --> - <drawdata id = 'popup_idle' cache = 'false' resolution = 'y>400'> + <drawdata id = 'popup_idle' cache = 'false' resolution = 'y>399'> <drawstep func = 'roundedsq' radius = '5' stroke = '1' @@ -512,7 +512,7 @@ </drawdata> <!-- Disabled popup --> - <drawdata id = 'popup_disabled' cache = 'false' resolution = 'y>400'> + <drawdata id = 'popup_disabled' cache = 'false' resolution = 'y>399'> <drawstep func = 'roundedsq' stroke = '1' fg_color = 'lightgray' @@ -591,7 +591,7 @@ </drawdata> <!-- Hovered popup --> - <drawdata id = 'popup_hover' cache = 'false' resolution = 'y>400'> + <drawdata id = 'popup_hover' cache = 'false' resolution = 'y>399'> <drawstep func = 'roundedsq' stroke = '1' fg_color = 'lightgray' |