diff -r c2e02c52dcad -r d03d12ef8971 QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Wed Aug 06 12:48:45 2008 +0000 +++ b/QTfrontend/ui_hwform.cpp Thu Aug 07 07:21:18 2008 +0000 @@ -31,7 +31,7 @@ HWForm->setObjectName(QString::fromUtf8("HWForm")); HWForm->resize(QSize(640, 480).expandedTo(HWForm->minimumSizeHint())); - HWForm->setMinimumSize(QSize(620, 430)); + HWForm->setMinimumSize(QSize(720, 430)); HWForm->setWindowTitle(QMainWindow::tr("Hedgewars")); centralWidget = new QWidget(HWForm); centralWidget->setObjectName(QString::fromUtf8("centralWidget"));