summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-15 21:41:09 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-15 21:41:09 +0000
commit7d684ccd649dcbe13f8bd1b217f7fc42d82574d9 (patch)
treecd645c04f8279e1818e0a2d83e3da32dcaa59262 /perl-install/install/gtk.pm
parentc57975e60cd4f99aa9c1e88b3c678bca54e07d40 (diff)
downloaddrakx-backup-do-not-use-7d684ccd649dcbe13f8bd1b217f7fc42d82574d9.tar
drakx-backup-do-not-use-7d684ccd649dcbe13f8bd1b217f7fc42d82574d9.tar.gz
drakx-backup-do-not-use-7d684ccd649dcbe13f8bd1b217f7fc42d82574d9.tar.bz2
drakx-backup-do-not-use-7d684ccd649dcbe13f8bd1b217f7fc42d82574d9.tar.xz
drakx-backup-do-not-use-7d684ccd649dcbe13f8bd1b217f7fc42d82574d9.zip
(init_sizes) increase default window height b/c of package selection step
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 68370c51f..4857eadfc 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, 445);
+ ($::real_windowwidth, $::real_windowheight) = (576, 465);
}
sub handle_unsafe_mouse {