Cosmetic improvements.

This commit is contained in:
eelke 2017-12-19 19:55:12 +01:00
parent c324daa75b
commit 23840ce7c5
3 changed files with 46 additions and 7 deletions

View file

@ -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 &current, const QModelIndex &previous)