[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: installer: Make the network management selection window tighter.
From: |
guix-commits |
Subject: |
01/06: installer: Make the network management selection window tighter. |
Date: |
Fri, 23 Oct 2020 10:36:30 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit bfb65a676852755e6a608abc4d6cfe1f2f6471ac
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Oct 23 12:10:32 2020 +0200
installer: Make the network management selection window tighter.
* gnu/installer/newt/services.scm (run-network-management-page): Pass
#:listbox-height.
---
gnu/installer/newt/services.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/installer/newt/services.scm b/gnu/installer/newt/services.scm
index 6d431cb..ae249ba 100644
--- a/gnu/installer/newt/services.scm
+++ b/gnu/installer/newt/services.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
-;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
@@ -77,6 +77,7 @@ system.")
We recommend NetworkManager or Connman for a WiFi-capable laptop; the DHCP \
client may be enough for a server.")
#:info-textbox-width 70
+ #:listbox-height 7
#:listbox-items (filter (lambda (service)
(eq? 'network-management
(system-service-type service)))
- branch master updated (3b026eb -> b5e51a0), guix-commits, 2020/10/23
- 01/06: installer: Make the network management selection window tighter.,
guix-commits <=
- 03/06: gnu: hdf5: Default to 1.10., guix-commits, 2020/10/23
- 02/06: gnu: imp: Update to 2.13.0., guix-commits, 2020/10/23
- 06/06: gnu: python-black: Update to 20.8b1., guix-commits, 2020/10/23
- 04/06: gnu: kodi: Add nfs functionality., guix-commits, 2020/10/23
- 05/06: gnu: linux-libre-with-bpf: Update to 5.8., guix-commits, 2020/10/23