installer: Reduce height of the help window.
* gnu/installer/newt/help.scm (run-help-page): Pass #:listbox-height.master
parent
8f41f19236
commit
e2385584db
|
@ -36,6 +36,7 @@
|
||||||
#:listbox-items items
|
#:listbox-items items
|
||||||
#:listbox-item->text car
|
#:listbox-item->text car
|
||||||
#:sort-listbox-items? #f
|
#:sort-listbox-items? #f
|
||||||
|
#:listbox-height 6
|
||||||
#:button-text (G_ "Continue"))))
|
#:button-text (G_ "Continue"))))
|
||||||
(match result
|
(match result
|
||||||
((_ . proc)
|
((_ . proc)
|
||||||
|
|
Reference in New Issue