mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Issue #1450: adjust SQL Schema column in DB Schema dock to content
The SQL Schema column in DB Schema dock is set to resize automatically to adjust to the content, like it is already done for the same column in the Database Structure tab.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user