summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-07-30 17:26:15 +0000
committerThierry Vignaud <tv@mandriva.org>2008-07-30 17:26:15 +0000
commit8738c0f8520abccd86c29a9ddb8647d265ef7322 (patch)
treee15f065a9d1c50a6150ce41a7f8364f1ca069ed6 /perl-install/install/gtk.pm
parent8593e2ff76de0625d879f313966d386b61d1e96e (diff)
downloaddrakx-backup-do-not-use-8738c0f8520abccd86c29a9ddb8647d265ef7322.tar
drakx-backup-do-not-use-8738c0f8520abccd86c29a9ddb8647d265ef7322.tar.gz
drakx-backup-do-not-use-8738c0f8520abccd86c29a9ddb8647d265ef7322.tar.bz2
drakx-backup-do-not-use-8738c0f8520abccd86c29a9ddb8647d265ef7322.tar.xz
drakx-backup-do-not-use-8738c0f8520abccd86c29a9ddb8647d265ef7322.zip
(init_sizes) adjust size to new steps background
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 12e605f3a..49a1ddb17 100644
--- a/perl-install/install/gtk.pm
+++ b/perl-install/install/gtk.pm
@@ -193,7 +193,7 @@ q(<fontconfig>
sub init_sizes {
my ($o) = @_;
($::rootwidth, $::rootheight) = (Gtk2::Gdk->screen_width, Gtk2::Gdk->screen_height);
- $::stepswidth = $::rootwidth <= 640 ? 0 : 200;
+ $::stepswidth = $::rootwidth <= 640 ? 0 : 196;
($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (800, 75);
($o->{windowwidth}, $o->{windowheight}) = ($::rootwidth - $::stepswidth, $::rootheight - $::helpheight - $::logoheight);
($::real_windowwidth, $::real_windowheight) = (576, 418);