[netinstall] Resize name column
- Once group data is loaded and pre-expanded groups are open, adjust the column width so that all the names are visible.
This commit is contained in:
parent
a97f4771d6
commit
065a506470
@ -88,6 +88,8 @@ NetInstallPage::expandGroups()
|
||||
ui->groupswidget->setExpanded( index, true );
|
||||
}
|
||||
}
|
||||
// Make sure all the group names are visible
|
||||
ui->groupswidget->resizeColumnToContents(0);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user