[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.
main
Adriaan de Groot 6 years ago
parent a97f4771d6
commit 065a506470

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

Loading…
Cancel
Save