diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-06 17:02:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-06 17:02:14 +0000 |
commit | 66a728f33639c6b4ca379e310f3c2536123fc014 (patch) | |
tree | fe6308c41aaf8252ff315e800cd0aab2b84b796a /perl-install/install_gtk.pm | |
parent | d5bdac3e48cbdf2317dc6bcf98cd5a5117af5ac0 (diff) | |
download | drakx-66a728f33639c6b4ca379e310f3c2536123fc014.tar drakx-66a728f33639c6b4ca379e310f3c2536123fc014.tar.gz drakx-66a728f33639c6b4ca379e310f3c2536123fc014.tar.bz2 drakx-66a728f33639c6b4ca379e310f3c2536123fc014.tar.xz drakx-66a728f33639c6b4ca379e310f3c2536123fc014.zip |
obsolete livedrake, live_install, live_update
Diffstat (limited to 'perl-install/install_gtk.pm')
-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 d151101c5..5270220e3 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -225,7 +225,6 @@ q(<fontconfig> #------------------------------------------------------------------------------ sub init_sizes() { ($::rootwidth, $::rootheight) = (Gtk2::Gdk->screen_width, Gtk2::Gdk->screen_height); - $::live and $::rootheight -= 80; #- ($::rootheight, $::rootwidth) = (min(768, $::rootheight), min(1024, $::rootwidth)); $::move or $::stepswidth = $::rootwidth <= 640 ? 0 : 160; ($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (500, 40); |