guix-commits
[Top][All Lists]
Advanced

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

08/12: installer: Improve layout of the partitioning page.


From: guix-commits
Subject: 08/12: installer: Improve layout of the partitioning page.
Date: Sun, 28 Apr 2019 16:57:17 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ed5a5d38cfd436c5893ccf1580012d3cbfbe0a70
Author: Ludovic Courtès <address@hidden>
Date:   Sun Apr 28 21:48:50 2019 +0200

    installer: Improve layout of the partitioning page.
    
    Previously the "listbox" would be unnecessarily high, leaving too little
    space for the German translation of the text above.
    
    * gnu/installer/newt/partition.scm (run-disk-page): Increase
     #:info-textbox-width and pass #:listbox-height.
---
 gnu/installer/newt/partition.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm
index 8cce7da..2b22ac8 100644
--- a/gnu/installer/newt/partition.scm
+++ b/gnu/installer/newt/partition.scm
@@ -673,7 +673,8 @@ by pressing the Exit button.~%~%")))
           #:title (if guided?
                       (G_ "Guided partitioning")
                       (G_ "Manual partitioning"))
-          #:info-textbox-width 70
+          #:info-textbox-width 76         ;we need a lot of room for INFO-TEXT
+          #:listbox-height 12
           #:listbox-items (disk-items)
           #:listbox-item->text cdr
           #:sort-listbox-items? #f



reply via email to

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