From 9c9c2ac27d76d79068f69183dfe7b044484a0ea0 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 25 May 2011 07:30:13 +0000 Subject: increase right windows size --- perl-install/install/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 759861d28..73ac83e85 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -213,7 +213,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, 465); + ($::real_windowwidth, $::real_windowheight) = (601, 598); } sub handle_unsafe_mouse { -- cgit v1.2.1