QTfrontend/hwform.cpp
changeset 3019 d6e19f35d98d
parent 2948 3f21a9dc93d0
child 3159 e5eff81d7635
--- 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();