diff options
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 20 | ||||
-rw-r--r-- | gui/browser.cpp | 2 | ||||
-rw-r--r-- | gui/themes/scummodern.zip | bin | 121066 -> 114585 bytes |
3 files changed, 1 insertions, 21 deletions
diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index 1a6d3519c8..7fd256cd42 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -1101,14 +1101,6 @@ > </File> <File - RelativePath="..\..\gui\eval.cpp" - > - </File> - <File - RelativePath="..\..\gui\eval.h" - > - </File> - <File RelativePath="..\..\gui\Key.cpp" > </File> @@ -1197,10 +1189,6 @@ > </File> <File - RelativePath="..\..\gui\theme-config.cpp" - > - </File> - <File RelativePath="..\..\gui\theme.cpp" > </File> @@ -1217,14 +1205,6 @@ > </File> <File - RelativePath="..\..\gui\ThemeClassic.cpp" - > - </File> - <File - RelativePath="..\..\gui\ThemeModern.cpp" - > - </File> - <File RelativePath="..\..\gui\ThemeParser.cpp" > </File> diff --git a/gui/browser.cpp b/gui/browser.cpp index 21d492f942..a5c71e6987 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -150,7 +150,7 @@ BrowserDialog::BrowserDialog(const char *title, bool dirBrowser) _fileList->setNumberingMode(kListNumberingOff); _fileList->setEditable(false); - _fileList->setHints(THEME_HINT_PLAIN_COLOR); + _backgroundType = GUI::Theme::kDialogBackgroundPlain; // Buttons new ButtonWidget(this, "Browser.Up", "Go up", kGoUpCmd, 0); diff --git a/gui/themes/scummodern.zip b/gui/themes/scummodern.zip Binary files differindex 4f83ad5cd8..940377a713 100644 --- a/gui/themes/scummodern.zip +++ b/gui/themes/scummodern.zip |