From b3e5ec257a1894f364c1398f9e978ccc5a2d7f77 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 12 Sep 2008 15:33:38 +0000 Subject: (init_sizes) increase default window height --- perl-install/install/NEWS | 1 + perl-install/install/gtk.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 0b0a6d37a..bc8c6dea2 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- increase default window height - stop claim selecting LSB group will install 2.4.x kernel (#39220) - desktop step o move progress bar on its own line diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index beaadad9c..68370c51f 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -239,7 +239,7 @@ sub init_sizes { $::stepswidth = $::rootwidth <= 640 ? 0 : 196; ($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (800, 75); ($o->{windowwidth}, $o->{windowheight}) = ($::rootwidth - $::stepswidth, $::rootheight); - ($::real_windowwidth, $::real_windowheight) = (576, 418); + ($::real_windowwidth, $::real_windowheight) = (576, 445); } sub handle_unsafe_mouse { -- cgit v1.2.1