diff options
author | Martin Böhm | 2012-03-29 18:43:08 +0200 |
---|---|---|
committer | Martin Böhm | 2012-03-29 18:43:08 +0200 |
commit | 0df36e3a73404d4d46753c1d982a806c3be5e2cb (patch) | |
tree | d4fb02282871ff238470d0cb876e3c137ba6cf45 /gui/themes/scummmodern | |
parent | 6e31b841deb9ec1a945df1e70aa1977b3147ba4b (diff) | |
download | scummvm-rg350-0df36e3a73404d4d46753c1d982a806c3be5e2cb.tar.gz scummvm-rg350-0df36e3a73404d4d46753c1d982a806c3be5e2cb.tar.bz2 scummvm-rg350-0df36e3a73404d4d46753c1d982a806c3be5e2cb.zip |
GUI: Fixed scrollbar button highlighting and positioning.
Fixes bug #3493324.
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_gfx.stx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx index 6c2e4bb873..403f636fd0 100644 --- a/gui/themes/scummmodern/scummmodern_gfx.stx +++ b/gui/themes/scummmodern/scummmodern_gfx.stx @@ -336,9 +336,13 @@ <drawdata id = 'scrollbar_button_hover' cache = 'false' resolution = 'y<400'> <drawstep func = 'roundedsq' radius = '10' - fill = 'none' - fg_color = 'darkgray' + fill = 'gradient' + gradient_start = 'brightpink' + gradient_end = 'darkpink' stroke = '1' + fg_color = 'darkred' + bevel = '1' + bevel_color = 'brightred' /> <drawstep func = 'triangle' fg_color = 'shadowcolor' @@ -347,7 +351,7 @@ height = '5' xpos = 'right' ypos = 'center' - padding = '0,0,2,0' + padding = '0,0,1,0' orientation = 'top' /> </drawdata> |