Chart settings dialog no longer fixed size

Fixes #619.
This commit is contained in:
Mark Liversedge
2012-01-30 15:51:33 +00:00
parent 440e4005be
commit 575d56e2e8

View File

@@ -1187,8 +1187,8 @@ GcWindowDialog::GcWindowDialog(GcWinID type, MainWindow *mainWindow) : mainWindo
//setAttribute(Qt::WA_DeleteOnClose);
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
setWindowTitle("Chart Setup");
setFixedHeight(500);
setFixedWidth(800);
setMinimumHeight(500);
setMinimumWidth(800);
setWindowModality(Qt::ApplicationModal);
mainLayout = new QVBoxLayout(this);