changeset 1223 | 41d7283934c1 |
parent 1165 | 40eeae82e70b |
child 1235 | 070629f3902d |
--- a/QTfrontend/gameuiconfig.cpp Sat Aug 16 13:29:18 2008 +0000 +++ b/QTfrontend/gameuiconfig.cpp Sat Aug 16 14:28:44 2008 +0000 @@ -77,7 +77,7 @@ void GameUIConfig::resizeToConfigValues() { - Form->resize(value("window/width", 640).toUInt(), value("window/height", 450).toUInt()); + Form->resize(value("window/width", 720).toUInt(), value("window/height", 450).toUInt()); } void GameUIConfig::SaveOptions()