aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner2012-04-01 13:37:04 -0700
committerDavid Turner2012-04-01 13:37:04 -0700
commit0a08b2461fe5ff55ef83253d42d05138711fba22 (patch)
tree726f59fbfbaf258240241b2593a96942b4eee8d5
parenta54045fa7d11417d26efa6540ef525a25c2c86da (diff)
parent0df36e3a73404d4d46753c1d982a806c3be5e2cb (diff)
downloadscummvm-rg350-0a08b2461fe5ff55ef83253d42d05138711fba22.tar.gz
scummvm-rg350-0a08b2461fe5ff55ef83253d42d05138711fba22.tar.bz2
scummvm-rg350-0a08b2461fe5ff55ef83253d42d05138711fba22.zip
Merge pull request #219 from bohm/master
GUI: Scrollbar button highlighting fix.
-rw-r--r--gui/themes/scummclassic.zipbin16501 -> 93076 bytes
-rw-r--r--gui/themes/scummmodern.zipbin713957 -> 1449403 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_gfx.stx10
3 files changed, 7 insertions, 3 deletions
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index cc4e025e43..eb5ac2d9f7 100644
--- a/gui/themes/scummclassic.zip
+++ b/gui/themes/scummclassic.zip
Binary files differ
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 5972135cab..94f7cd8f6e 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
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>