summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-11 08:44:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-11 08:44:34 +0000
commit79071d4f69624e551dfac70c8c89c659767ed86e (patch)
tree3cf4fb9f6ddd51553366c7699fc787047725fd7a /perl-install/install_gtk.pm
parent8436b5fa50eb66d801e550f57047939693dbd894 (diff)
downloaddrakx-backup-do-not-use-79071d4f69624e551dfac70c8c89c659767ed86e.tar
drakx-backup-do-not-use-79071d4f69624e551dfac70c8c89c659767ed86e.tar.gz
drakx-backup-do-not-use-79071d4f69624e551dfac70c8c89c659767ed86e.tar.bz2
drakx-backup-do-not-use-79071d4f69624e551dfac70c8c89c659767ed86e.tar.xz
drakx-backup-do-not-use-79071d4f69624e551dfac70c8c89c659767ed86e.zip
cleanup
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index 3a61df412..543edf386 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -209,7 +209,6 @@ q(<fontconfig>
#------------------------------------------------------------------------------
sub init_sizes() {
($::rootwidth, $::rootheight) = (Gtk2::Gdk->screen_width, Gtk2::Gdk->screen_height);
- #- ($::rootheight, $::rootwidth) = (min(768, $::rootheight), min(1024, $::rootwidth));
$::stepswidth = $::rootwidth <= 640 ? 0 : 200 if !$::move;
($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (500, 40);
($::windowwidth, $::windowheight) = ($::rootwidth - $::stepswidth, $::rootheight - $::helpheight - $::logoheight);