Close #48, Fix that table lists come up with columns to small.
This commit is contained in:
parent
d7763e83bf
commit
894e740401
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ void CatalogTablesPage::setCatalog(std::shared_ptr<PgDatabaseCatalog> cat)
|
||||||
void CatalogTablesPage::setNamespaceFilter(NamespaceFilter filter)
|
void CatalogTablesPage::setNamespaceFilter(NamespaceFilter filter)
|
||||||
{
|
{
|
||||||
m_tablesModel->setNamespaceFilter(filter);
|
m_tablesModel->setNamespaceFilter(filter);
|
||||||
|
m_tableView->resizeColumnsToContents();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CatalogTablesPage::tableListTable_currentRowChanged(const QModelIndex ¤t, const QModelIndex &previous)
|
void CatalogTablesPage::tableListTable_currentRowChanged(const QModelIndex ¤t, const QModelIndex &previous)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue