stretch layouts editor contents to fit on startup

pull/2/head
Michail Vourlakos 7 years ago
parent ce5d6a6607
commit 18d78cfd37

@ -590,6 +590,8 @@ void LayoutConfigDialog::loadLayouts()
//! this line should be commented for debugging layouts window functionality
ui->layoutsView->setColumnHidden(IDCOLUMN, true);
ui->layoutsView->resizeColumnsToContents();
//! there are broken layouts and the user must be informed!
if (brokenLayouts.count() > 0) {
auto msg = new QMessageBox(this);

Loading…
Cancel
Save