diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 472a34f4..a0b45b10 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -124,6 +124,7 @@ void MainWindow::init() connect(ui->dbTreeWidget->selectionModel(), SIGNAL(currentChanged(QModelIndex,QModelIndex)), this, SLOT(changeTreeSelection())); // Load window settings + tabifyDockWidget(ui->dockPlot, ui->dockLog); restoreGeometry(PreferencesDialog::getSettingsValue("MainWindow", "geometry").toByteArray()); restoreState(PreferencesDialog::getSettingsValue("MainWindow", "windowState").toByteArray()); ui->comboLogSubmittedBy->setCurrentIndex(ui->comboLogSubmittedBy->findText(PreferencesDialog::getSettingsValue("SQLLogDock", "Log").toString())); diff --git a/src/MainWindow.ui b/src/MainWindow.ui index ba9d49f1..855c77c5 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -6,8 +6,8 @@ 0 0 - 800 - 600 + 1000 + 630 @@ -278,8 +278,8 @@ 0 0 - 278 - 444 + 637 + 501 @@ -763,7 +763,7 @@ 0 0 - 800 + 1000 20 @@ -863,7 +863,7 @@ SQL Log - 8 + 2