On the tables page the column tab is now selected by default.
This commit is contained in:
parent
e75b0f1a71
commit
2aef965787
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,9 @@ TablesPage::TablesPage(MainWindow *parent)
|
||||||
m_sqlCodePreview = new SqlCodePreview(this);
|
m_sqlCodePreview = new SqlCodePreview(this);
|
||||||
ui->twDetails->addTab(m_sqlCodePreview, "");
|
ui->twDetails->addTab(m_sqlCodePreview, "");
|
||||||
|
|
||||||
|
// Force focus on columns tab by default
|
||||||
|
ui->twDetails->setCurrentIndex(0);
|
||||||
|
|
||||||
retranslateUi(false);
|
retranslateUi(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue