diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-20 14:46:47 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-20 14:46:47 +0000 |
commit | ab1377d22140d11c1bc2435402e09ad0ae81cf77 (patch) | |
tree | e2c5bce8e435bfb759b281f94566cc7d7a7ea276 /perl-install | |
parent | 3d4bedb63d8b92eb62a99e40772eb9cb4ebccdf7 (diff) | |
download | drakx-ab1377d22140d11c1bc2435402e09ad0ae81cf77.tar drakx-ab1377d22140d11c1bc2435402e09ad0ae81cf77.tar.gz drakx-ab1377d22140d11c1bc2435402e09ad0ae81cf77.tar.bz2 drakx-ab1377d22140d11c1bc2435402e09ad0ae81cf77.tar.xz drakx-ab1377d22140d11c1bc2435402e09ad0ae81cf77.zip |
standalone wizards: increase height to prevent some hidden or cutted
buttons (some locales and some steps may still be partially hidden)
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 26684f886..4bbd165ea 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -863,7 +863,7 @@ sub new { $::WizardWindow->set_position('center_always') if !$::isStandalone; $::WizardTable->attach($draw1, 0, 2, 0, 1, 'fill', 'fill', 0, 0); - $::WizardTable->set_size_request(540,420); + $::WizardTable->set_size_request(540,460); } $::WizardWindow->show_all; flush(); |