summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-10-04 17:37:41 +0000
committerFrancois Pons <fpons@mandriva.com>2000-10-04 17:37:41 +0000
commit86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4 (patch)
tree637eb413ea08836d3ca5810e9a7afc45f26a5692 /perl-install/install_gtk.pm
parente03801cf2e0d52fd33506b8453efb191af1f8827 (diff)
downloaddrakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.tar
drakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.tar.gz
drakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.tar.bz2
drakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.tar.xz
drakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index b5f03e7a8..4d740ae32 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -199,10 +199,8 @@ sub create_logo_window {
#------------------------------------------------------------------------------
sub init_sizes() {
-# my $maxheight = arch() eq "ppc" ? 1024 : 600;
-# my $maxwidth = arch() eq "ppc" ? 1280 : 800;
- ($::rootheight, $::rootwidth) = (480, 640);
($::rootheight, $::rootwidth) = my_gtk::gtkroot()->get_size;
+ $::live and $::rootheight -= 80;
#- ($::rootheight, $::rootwidth) = (min(768, $::rootheight), min(1024, $::rootwidth));
($::stepswidth, $::stepsheight) = (145, $::rootheight);
($::logowidth, $::logoheight) = ($::rootwidth - $::stepswidth, 40);