[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:
Adriaan de Groot 2020-04-05 00:26:53 +02:00
parent a97f4771d6
commit 065a506470

View File

@ -88,6 +88,8 @@ NetInstallPage::expandGroups()
ui->groupswidget->setExpanded( index, true );
}
}
// Make sure all the group names are visible
ui->groupswidget->resizeColumnToContents(0);
}
void