hide ugly vertical headers
This commit is contained in:
parent
d1c5a5641a
commit
62b7f88a86
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ void MainWindow::updateModel() const {
|
|||
for (int c = 0; c < model->columnCount(); ++c)
|
||||
ui->treeView->resizeColumnToContents(c);
|
||||
|
||||
ui->windowDetails->verticalHeader()->hide();
|
||||
ui->tableView->verticalHeader()->hide();
|
||||
|
||||
selChanged();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue