diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-05-25 07:30:13 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-05-25 07:30:13 +0000 |
commit | 9c9c2ac27d76d79068f69183dfe7b044484a0ea0 (patch) | |
tree | 2758a04d7008b84c3aa25db03e536cd9a4d3e9a6 /perl-install | |
parent | ec7300a443d5b07b387061b31218f132d6c96247 (diff) | |
download | drakx-backup-do-not-use-9c9c2ac27d76d79068f69183dfe7b044484a0ea0.tar drakx-backup-do-not-use-9c9c2ac27d76d79068f69183dfe7b044484a0ea0.tar.gz drakx-backup-do-not-use-9c9c2ac27d76d79068f69183dfe7b044484a0ea0.tar.bz2 drakx-backup-do-not-use-9c9c2ac27d76d79068f69183dfe7b044484a0ea0.tar.xz drakx-backup-do-not-use-9c9c2ac27d76d79068f69183dfe7b044484a0ea0.zip |
increase right windows size
Diffstat (limited to 'perl-install')
-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 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 { |