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/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 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