summary refs log tree commit diff
path: root/gnu/installer/newt
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-07 10:57:13 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-07 12:31:36 +0200
commite2385584db69a81db911a5c19abe7b050294c724 (patch)
treefff7f0018cb52d4c64531d9a94848a73868dc8a7 /gnu/installer/newt
parent8f41f192364ce0e3c3c90251e1ad89974a14f3d4 (diff)
downloadguix-e2385584db69a81db911a5c19abe7b050294c724.tar.gz
installer: Reduce height of the help window.
* gnu/installer/newt/help.scm (run-help-page): Pass #:listbox-height.
Diffstat (limited to 'gnu/installer/newt')
-rw-r--r--gnu/installer/newt/help.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/installer/newt/help.scm b/gnu/installer/newt/help.scm
index 8d85832dc8..a488f5fa2a 100644
--- a/gnu/installer/newt/help.scm
+++ b/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)