SVN commit 981682 by mpyne: Really fix window sizing -- no kdelibs patch needed this time M +1 -1 mainwindow.cpp --- trunk/playground/utils/abakus/src/mainwindow.cpp #981681:981682 @@ -97,8 +97,8 @@ this, SLOT(slotRemoveValue(const QString &))); setupLayout(); + setupGUI(QSize(450, 400), Keys | StatusBar | Save | Create); setAutoSaveSettings(); - setupGUI(QSize(450, 400), Keys | StatusBar | Save | Create); loadConfig(); // m_dcopInterface = new AbakusIface();