mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05: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
Reference in a new issue