Cosmetic improvements.
This commit is contained in:
parent
c324daa75b
commit
23840ce7c5
3 changed files with 46 additions and 7 deletions
|
|
@ -34,6 +34,7 @@ void TablesPage::setCatalog(std::shared_ptr<PgDatabaseCatalog> cat)
|
|||
{
|
||||
m_catalog = cat;
|
||||
m_tablesModel->setCatalog(cat);
|
||||
ui->tableListTable->resizeColumnsToContents();
|
||||
}
|
||||
|
||||
void TablesPage::on_tableListTable_currentRowChanged(const QModelIndex ¤t, const QModelIndex &previous)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue