Some finetuning in GUI:

* stretched last header column
* height of some grid rows in cockpit
This commit is contained in:
Klaus Basan
2014-01-27 16:12:18 +01:00
parent 3534d44d5e
commit 6b72d61cef
4 changed files with 28 additions and 15 deletions

View File

@@ -453,4 +453,5 @@ void MainWindow::reloadAllUsers()
this->m_allUsers->update(this->m_contextNetwork->getUsers());
this->ui->tv_AllUsers->resizeColumnsToContents();
this->ui->tv_AllUsers->resizeRowsToContents();
this->ui->tv_AllUsers->horizontalHeader()->setStretchLastSection(true);
}