mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-13 04:55:44 +08:00
Some finetuning in GUI:
* stretched last header column * height of some grid rows in cockpit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user