From 7e71115b16122d4b3e65c30359dc26c09b46454d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Aug 2002 15:48:37 +0000 Subject: add monitor images --- perl-install/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index 50c8816bc..d4f0a63f6 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -209,7 +209,7 @@ sub choose_gtk { my $W = my_gtk->new(_("Resolution")); my %monitor_images_x_res = do { - my @l = qw(640 800 1024 1280); + my @l = qw(640 800 1024 1280 1400 1600 1920 2048); my %h = map { $_ => [ gtkcreate_png("monitor-$_.png") ] } @l; #- for the other, use the biggest smaller -- cgit v1.2.1