mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
installer: Reduce height of the help window.
* gnu/installer/newt/help.scm (run-help-page): Pass #:listbox-height.
This commit is contained in:
parent
8f41f19236
commit
e2385584db
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue