diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-12 15:33:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-12 15:33:38 +0000 |
commit | b3e5ec257a1894f364c1398f9e978ccc5a2d7f77 (patch) | |
tree | 759af9d1a52ace99e66ca6cd44bf62541b4e4622 /perl-install/install/gtk.pm | |
parent | ba1d6073803947e76c898500b4231759733b68ae (diff) | |
download | drakx-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.tar drakx-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.tar.gz drakx-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.tar.bz2 drakx-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.tar.xz drakx-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.zip |
(init_sizes) increase default window height
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |