Browse Source
installer: Reduce height of the help window.
* gnu/installer/newt/help.scm (run-help-page): Pass #:listbox-height.
version-1.1.0
Ludovic Courtès
2 years ago
No known key found for this signature in database
GPG Key ID: 90B11993D9AEBB5
1 changed files with
1 additions and
0 deletions
-
gnu/installer/newt/help.scm
|
|
@ -36,6 +36,7 @@ |
|
|
|
#:listbox-items items |
|
|
|
#:listbox-item->text car |
|
|
|
#:sort-listbox-items? #f |
|
|
|
#:listbox-height 6 |
|
|
|
#:button-text (G_ "Continue")))) |
|
|
|
(match result |
|
|
|
((_ . proc) |
|
|
|