installer: Reduce height of the help window.

* gnu/installer/newt/help.scm (run-help-page): Pass #:listbox-height.
This commit is contained in:
Ludovic Courtès 2020-04-07 10:57:13 +02:00
parent 8f41f19236
commit e2385584db
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -36,6 +36,7 @@ (define (run-help-page keyboard-layout-selection)
#:listbox-items items
#:listbox-item->text car
#:sort-listbox-items? #f
#:listbox-height 6
#:button-text (G_ "Continue"))))
(match result
((_ . proc)