mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 20:35:36 -04:00
[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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue