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

Bug#99652: dialog boxes confusing - active choice not clear



Here's a patch against newt that would fix it:

--- newt.c~	Sat Jun  2 21:37:00 2001
+++ newt.c	Sat Jun  2 21:37:37 2001
@@ -71,7 +71,7 @@
 	"black", "lightgray",			/* window fg, bg */
 	"white", "black",			/* shadow fg, bg */
 	"red", "lightgray",			/* title fg, bg */
-	"lightgray", "red",			/* button fg, bg */
+	"black", "lightgray",			/* button fg, bg */
 	"red", "lightgray",			/* active button fg, bg */
 	"yellow", "blue",			/* checkbox fg, bg */
 	"blue", "brown",			/* active checkbox fg, bg */

Screenshot: http://kitenet.net/~joey/tmp/whiptail.png (expires in 2
weeks or so)

This bug could be reassinged to newt and merged with bugs #54265,
#60855, and #61150.

-- 
see shy jo



Reply to: