diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 4c77e54a..2c60901a 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -477,6 +477,7 @@ void MainWindow::populateStructure(const QString& old_table) // Resize SQL column to fit contents ui->dbTreeWidget->resizeColumnToContents(3); + ui->treeSchemaDock->resizeColumnToContents(3); } void MainWindow::clearTableBrowser()