diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 08:44:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 08:44:34 +0000 |
commit | 79071d4f69624e551dfac70c8c89c659767ed86e (patch) | |
tree | 3cf4fb9f6ddd51553366c7699fc787047725fd7a /perl-install | |
parent | 8436b5fa50eb66d801e550f57047939693dbd894 (diff) | |
download | drakx-79071d4f69624e551dfac70c8c89c659767ed86e.tar drakx-79071d4f69624e551dfac70c8c89c659767ed86e.tar.gz drakx-79071d4f69624e551dfac70c8c89c659767ed86e.tar.bz2 drakx-79071d4f69624e551dfac70c8c89c659767ed86e.tar.xz drakx-79071d4f69624e551dfac70c8c89c659767ed86e.zip |
cleanup
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_gtk.pm | 1 |
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); |