From 7ab34e7eba1eaaf36ead9659785c2d1de536948c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Mar 2004 09:06:02 +0000 Subject: use option menu for resolutions list --- perl-install/standalone/draksplash | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/draksplash') diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 57222eaec..a125d453d 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -79,7 +79,12 @@ my %first = ('frame' => new Gtk2::Frame(N("first step creation")), 'combo' => { 'res' => ['800x600', '1024x768', '1280x1024'], 'name' => [ $theme{name} , giv_exist_thm() ] - } + }, + extras => { + res => { + noneditable => 1, + }, + }, }, 'pos' => [ 'name', 'res', 'file', 'boot_conf', #'save', #'kill' ], -- cgit v1.2.1