From 2552669d7f597308a55c1032fcb213f95299682f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 13 Aug 2008 15:32:42 +0000 Subject: (create_steps_window) fix height value --- perl-install/install/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 5b7b4dcc6..e363a5e64 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -139,7 +139,7 @@ sub create_steps_window { } my $offset = 10; - my $height = 500; + my $height = 600; $o->{steps_widget} = gtknew('Fixed', widget_name => 'Steps', pixbuf_file => 'left-background', has_window => 1, x => 0, y => 0, height => $height, width => $::stepswidth, # -1 -- cgit v1.2.1