summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-20 12:11:26 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-20 12:11:26 +0000
commitefe3f58262248204e77ab3d19b7095f4b7c8109d (patch)
treee7481446d92717d895bdfa359625ae0a755da816 /perl-install/ugtk2.pm
parent291b0d47fd90a9bd4b0857e9d34a45440a584e95 (diff)
downloaddrakx-backup-do-not-use-efe3f58262248204e77ab3d19b7095f4b7c8109d.tar
drakx-backup-do-not-use-efe3f58262248204e77ab3d19b7095f4b7c8109d.tar.gz
drakx-backup-do-not-use-efe3f58262248204e77ab3d19b7095f4b7c8109d.tar.bz2
drakx-backup-do-not-use-efe3f58262248204e77ab3d19b7095f4b7c8109d.tar.xz
drakx-backup-do-not-use-efe3f58262248204e77ab3d19b7095f4b7c8109d.zip
oops my problems were linked to wrongly being in live mode
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 0759e2f9f..f228b39ff 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -836,7 +836,7 @@ sub new {
$::WizardWindow->add(gtkadd(gtkset_shadow_type(Gtk2::Frame->new, 'out'), $::WizardTable));
if ($::isInstall) {
- $::WizardTable->set_size_request($::windowwidth * 0.90, $::windowheight * ($::logoheight ? 0.8 : 0.9));
+ $::WizardTable->set_size_request($::windowwidth * 0.90, $::windowheight * ($::logoheight ? 0.73 : 0.9));
$::WizardWindow->set_uposition($::stepswidth + $::windowwidth * 0.04 + ($::move && 50), $::logoheight + $::windowheight * ($::logoheight ? 0.12 : 0.05));
$::WizardWindow->signal_connect(key_press_event => sub {
my (undef, $event) = @_;