[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/197: gurses: Remove box from form popup window.
From: |
Danny Milosavljevic |
Subject: |
127/197: gurses: Remove box from form popup window. |
Date: |
Mon, 3 Jul 2017 20:37:12 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit c9be1543893ac7e3c990326525f60d0ccfc97b1d
Author: John Darrington <address@hidden>
Date: Fri Jan 20 08:37:28 2017 +0100
gurses: Remove box from form popup window.
* gurses/form.scm (make-form): Remove box in menu popup window.
---
gurses/form.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gurses/form.scm b/gurses/form.scm
index 4ee4ac9..7dac5bc 100644
--- a/gurses/form.scm
+++ b/gurses/form.scm
@@ -137,9 +137,8 @@ label eq? to N"
(menu (make-menu things)))
(make-field
symbol label width menu
- (let ((p (newwin (+ 2 (length things))
- (+ 4 width) 0 0 #:panel
#f)))
- (box p 0 0)
+ (let ((p (newwin (length things)
+ width 0 0 #:panel #f)))
(menu-post menu p)
p)
"" 0)))
- 91/197: installer: Add callback parameter for forms., (continued)
- 91/197: installer: Add callback parameter for forms., Danny Milosavljevic, 2017/07/03
- 95/197: installer: Add a predicate to ensure the partitions have been formatted., Danny Milosavljevic, 2017/07/03
- 102/197: installer: Correct bug where the timezone page returned to the wrong page., Danny Milosavljevic, 2017/07/03
- 119/197: gurses: Allow menu update to work for panel windows., Danny Milosavljevic, 2017/07/03
- 103/197: installer: Avoid exception when the device to format cannot be found., Danny Milosavljevic, 2017/07/03
- 116/197: installer: Fix bug in config generation., Danny Milosavljevic, 2017/07/03
- 105/197: installer: Extend the 'file-system' concept to include swap spaces., Danny Milosavljevic, 2017/07/03
- 83/197: installer: "Setup" --> "Set up", Danny Milosavljevic, 2017/07/03
- 92/197: installer: Remove mkfs capability from mount points page., Danny Milosavljevic, 2017/07/03
- 118/197: installer: Distinguish between Wifi encryption methods., Danny Milosavljevic, 2017/07/03
- 127/197: gurses: Remove box from form popup window.,
Danny Milosavljevic <=
- 123/197: installer: Add a popup window for forms which have multiple choice fields., Danny Milosavljevic, 2017/07/03
- 121/197: installer: Note which types of file system are supported., Danny Milosavljevic, 2017/07/03
- 141/197: gurses: Avoid one usage of car and cdr., Danny Milosavljevic, 2017/07/03
- 151/197: installer: Avoid wpa_supplicant's output causing screen damage., Danny Milosavljevic, 2017/07/03
- 99/197: installer: Exit the format page after all partitions are successfully formatted., Danny Milosavljevic, 2017/07/03
- 101/197: installer: Replace one usage of car with match., Danny Milosavljevic, 2017/07/03
- 109/197: installer: Fix bug where the selected item of main page was not indicated., Danny Milosavljevic, 2017/07/03
- 104/197: installer: Support btrfs, Danny Milosavljevic, 2017/07/03
- 111/197: gurses: Change highlighting from bold to inverse., Danny Milosavljevic, 2017/07/03
- 108/197: installer: Do not add file systems which are invalid., Danny Milosavljevic, 2017/07/03