diff -r 00928b3cf505 -r 127510b442ca QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Sun Sep 30 14:43:15 2007 +0000 +++ b/QTfrontend/pages.cpp Sun Oct 07 14:46:49 2007 +0000 @@ -410,11 +410,12 @@ QGridLayout * pageLayout = new QGridLayout(this); pageLayout->setColumnStretch(0, 1); pageLayout->setColumnStretch(1, 1); + pageLayout->setColumnStretch(2, 1); BtnNetSvrStart = new QPushButton(this); BtnNetSvrStart->setFont(*font14); BtnNetSvrStart->setText(QPushButton::tr("Start server")); - pageLayout->addWidget(BtnNetSvrStart, 0, 1); + pageLayout->addWidget(BtnNetSvrStart, 3, 2); NNGroupBox = new QGroupBox(this); NNGroupBox->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);