diff options
author | Max Horn | 2007-02-10 17:45:25 +0000 |
---|---|---|
committer | Max Horn | 2007-02-10 17:45:25 +0000 |
commit | 9dbf7d271b081bec65e33f6c229447adeb39ec01 (patch) | |
tree | bf69e256ba214682a13d667b514d7196f9cc4a1e /gui | |
parent | 90a7cbd6d7f508297a895e9e22ebb7c4e6cf4d9a (diff) | |
download | scummvm-rg350-9dbf7d271b081bec65e33f6c229447adeb39ec01.tar.gz scummvm-rg350-9dbf7d271b081bec65e33f6c229447adeb39ec01.tar.bz2 scummvm-rg350-9dbf7d271b081bec65e33f6c229447adeb39ec01.zip |
Stronger dimming for disabled GUI widgets
svn-id: r25471
Diffstat (limited to 'gui')
-rw-r--r-- | gui/themes/modern.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index 2bc6023a81..24b47c43e7 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -163,7 +163,7 @@ shadow_right_width=4 shadow_top_height=2 shadow_bottom_height=4 inactive_dialog_shading=kShadingDim -shading_dim_percent=15 +shading_dim_percent=50 fontfile_normal="helvr12-l1.bdf" fontfile_fixed_normal="courr12-l1.bdf" cursor_hotspot_x=0 |