--- anaconda-7.3/textw/installpath_text.py Wed Jan 9 15:59:16 2002 +++ anaconda-7.3-f1/textw/installpath_text.py Wed Jul 10 14:40:40 2002 @@ -39,10 +39,19 @@ if orig != None: default = orig +#CJS since we added so mamy more installclasses the choices scroll off the +# screen, This change adds a scroll bar if needed. +# (button, choice) = ListboxChoiceWindow(screen, _("Installation Type"), +# _("What type of system would you like to install?"), +# choices, [TEXT_OK_BUTTON, TEXT_BACK_BUTTON], +# width = 40, default = default, help = "installpath") + (button, choice) = ListboxChoiceWindow(screen, _("Installation Type"), _("What type of system would you like to install?"), choices, [TEXT_OK_BUTTON, TEXT_BACK_BUTTON], - width = 40, default = default, help = "installpath") + width = 40, default = default, help = "installpath", + scroll = 1, height = 11) +#CJS end of change if button == TEXT_BACK_CHECK: return INSTALL_BACK