change launcher resolution from 320x200 to 640x400

This commit is contained in:
Pawel Kolodziejski 2009-10-09 21:04:58 +00:00
parent 80ea919940
commit 884bad80d2
3 changed files with 3 additions and 3 deletions

View file

@ -232,7 +232,7 @@ static Common::Error runGame(const EnginePlugin *plugin, OSystem &system, const
}
static void setupGraphics(OSystem &system) {
system.launcherInitSize(320, 200);
system.launcherInitSize(640, 400);
// When starting up launcher for the first time, the user might have specified
// a --gui-theme option, to allow that option to be working, we need to initialize