diff options
| author | Johannes Schickel | 2006-04-02 00:56:21 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2006-04-02 00:56:21 +0000 |
| commit | d0b8efd5758d0fb2e77f77e6d5ef1cdd2555abd1 (patch) | |
| tree | 9f554d5579071bb40d3906ee7210cc8a88e00f44 /gui/themes | |
| parent | b2a5647887c003996bde99a4041e463d93e04a47 (diff) | |
| download | scummvm-rg350-d0b8efd5758d0fb2e77f77e6d5ef1cdd2555abd1.tar.gz scummvm-rg350-d0b8efd5758d0fb2e77f77e6d5ef1cdd2555abd1.tar.bz2 scummvm-rg350-d0b8efd5758d0fb2e77f77e6d5ef1cdd2555abd1.zip | |
- moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom)
- added possibility to use a shading effect on inactive dialogs (luminance and dim are builtin, and special ablility to specifiy a own expression, evaluated via the evaluator)
- adds also a color cache (atm it's generated on startup)
- uses luminance effect by default
- bumps theme config version to 7
svn-id: r21544
Diffstat (limited to 'gui/themes')
| -rw-r--r-- | gui/themes/default-theme.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/themes/default-theme.ini b/gui/themes/default-theme.ini index 40258fb8eb..f272d962ce 100644 --- a/gui/themes/default-theme.ini +++ b/gui/themes/default-theme.ini @@ -1,7 +1,7 @@ # $URL$ # $Id$ [theme] -version=6 +version=7 [pixmaps] dialog_corner=dialog_bkgd_corner.bmp @@ -130,7 +130,8 @@ scrollbar_background=1 shadow_left_width=2 shadow_right_width=4 shadow_top_height=2 -pshadow_bottom_height=4 +shadow_bottom_height=4 +inactive_dialog_shading=luminance [640xY] def_widgetSize=kBigWidgetSize |
