summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-12 15:33:38 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-12 15:33:38 +0000
commitb3e5ec257a1894f364c1398f9e978ccc5a2d7f77 (patch)
tree759af9d1a52ace99e66ca6cd44bf62541b4e4622 /perl-install/install/gtk.pm
parentba1d6073803947e76c898500b4231759733b68ae (diff)
downloaddrakx-backup-do-not-use-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.tar
drakx-backup-do-not-use-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.tar.gz
drakx-backup-do-not-use-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.tar.bz2
drakx-backup-do-not-use-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.tar.xz
drakx-backup-do-not-use-b3e5ec257a1894f364c1398f9e978ccc5a2d7f77.zip
(init_sizes) increase default window height
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm2
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 {