diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 21:53:46 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 21:53:46 +0000 |
commit | 84791a7d5863f6f799e678e989a9b738e3777bdf (patch) | |
tree | 30f14c0bc17e9ccdf825066cd7ee4b0a6e1c4380 /perl-install | |
parent | 1b639b95ba87d0f4aeb4e275a40962d9f5e6795f (diff) | |
download | drakx-84791a7d5863f6f799e678e989a9b738e3777bdf.tar drakx-84791a7d5863f6f799e678e989a9b738e3777bdf.tar.gz drakx-84791a7d5863f6f799e678e989a9b738e3777bdf.tar.bz2 drakx-84791a7d5863f6f799e678e989a9b738e3777bdf.tar.xz drakx-84791a7d5863f6f799e678e989a9b738e3777bdf.zip |
allow "test your mouse" buttons to be viewable (window was much more than 16/9 anyway)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index f228b39ff..0759e2f9f 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.73 : 0.9)); + $::WizardTable->set_size_request($::windowwidth * 0.90, $::windowheight * ($::logoheight ? 0.8 : 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) = @_; |