aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-05-29 14:38:56 +0000
committerJohannes Schickel2006-05-29 14:38:56 +0000
commit0165c98e00b6b7e6d8cdd74f540c29f8ded34bd7 (patch)
treef05976bbf55ac1b7d821112d7ad670ad3afbe045 /gui/theme-config.cpp
parent2dd94dd247129026ca8d2b30e481052a389f4363 (diff)
downloadscummvm-rg350-0165c98e00b6b7e6d8cdd74f540c29f8ded34bd7.tar.gz
scummvm-rg350-0165c98e00b6b7e6d8cdd74f540c29f8ded34bd7.tar.bz2
scummvm-rg350-0165c98e00b6b7e6d8cdd74f540c29f8ded34bd7.zip
- adds option to fill GraphicsWidgets with a special color
- updates builtin theme config for my next commit - bumps theme config svn-id: r22743
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index b97ba3bd75..5ea0713984 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -293,6 +293,9 @@ const char *Theme::_defaultConfigINI =
"scummsaveload_thumbnail=(parent.w - (kThumbnailWidth + 18)) 22\n"
"scummsaveload_thumbnail.hPad=4\n"
"scummsaveload_thumbnail.vPad=4\n"
+"scummsaveload_thumbnail.fillR=0\n"
+"scummsaveload_thumbnail.fillG=0\n"
+"scummsaveload_thumbnail.fillB=0\n"
"scummsaveload_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight\n"
"scummsaveload_choose=(prev.x2 + 10) prev.y prev.w prev.h\n"
"scummsaveload_extinfo.visible=true\n"