diff -r 13ceaad4767e -r d6e19f35d98d QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Thu Mar 18 02:55:42 2010 +0000 +++ b/QTfrontend/hwform.cpp Thu Mar 18 09:55:22 2010 +0000 @@ -78,10 +78,11 @@ xfire_init(); #endif gameSettings = new QSettings(cfgdir->absolutePath() + "/hedgewars.ini", QSettings::IniFormat); - frontendEffects = gameSettings->value("video/frontendeffects", true).toBool(); + frontendEffects = gameSettings->value("frontend/effects", true).toBool(); playerHash = QString(QCryptographicHash::hash(gameSettings->value("net/nick","").toString().toLatin1(), QCryptographicHash::Md5).toHex()); ui.setupUi(this); + setMinimumSize(800, 600); CustomizePalettes();