From e2385584db69a81db911a5c19abe7b050294c724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 7 Apr 2020 10:57:13 +0200 Subject: installer: Reduce height of the help window. * gnu/installer/newt/help.scm (run-help-page): Pass #:listbox-height. --- gnu/installer/newt/help.scm | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3