summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-07 22:59:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-07 22:59:21 +0000
commit83ca0f2043d7b9490d54b45c8a29e5d88ce025e2 (patch)
tree7b6aec60775ee78d45d705950f7780d9c5593b76 /perl-install/install_gtk.pm
parent807dc2042bd2f5d35d51bbd47a24b5599eabb980 (diff)
downloaddrakx-backup-do-not-use-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar
drakx-backup-do-not-use-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar.gz
drakx-backup-do-not-use-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar.bz2
drakx-backup-do-not-use-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.tar.xz
drakx-backup-do-not-use-83ca0f2043d7b9490d54b45c8a29e5d88ce025e2.zip
- remove help (which was at the bottom)
- wizard style - focus "Next" button by default (this is rough, some dialog boxes *need* changes before being able to complete (think root password dialog))
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index 5f895a77c..0576ba313 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -71,7 +71,7 @@ widget "*Steps*" style "small-font"
gtkset_background(@background1) unless $::live; #- || testing;
create_logo_window($o);
- create_help_window($o);
+# create_help_window($o);
}
#------------------------------------------------------------------------------
@@ -198,7 +198,7 @@ sub init_sizes() {
#- ($::rootheight, $::rootwidth) = (min(768, $::rootheight), min(1024, $::rootwidth));
($::stepswidth, $::stepsheight) = (145, $::rootheight);
($::logowidth, $::logoheight) = ($::rootwidth - $::stepswidth, 40);
- ($::helpwidth, $::helpheight) = ($::rootwidth - $::stepswidth, 104);
+ ($::helpwidth, $::helpheight) = ($::rootwidth - $::stepswidth, 0);
($::windowwidth, $::windowheight) = ($::rootwidth - $::stepswidth, $::rootheight - $::helpheight - $::logoheight);
}