guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: installer: Reduce height of the help window.


From: guix-commits
Subject: 02/04: installer: Reduce height of the help window.
Date: Tue, 7 Apr 2020 06:32:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e2385584db69a81db911a5c19abe7b050294c724
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Apr 7 10:57:13 2020 +0200

    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 8d85832..a488f5f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]