From kde-commits Sun Jun 14 02:28:40 2009 From: Michael Pyne Date: Sun, 14 Jun 2009 02:28:40 +0000 To: kde-commits Subject: playground/utils/abakus/src Message-Id: <1244946520.034011.8318.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124494652831461 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();