From ab1377d22140d11c1bc2435402e09ad0ae81cf77 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 20 Aug 2003 14:46:47 +0000 Subject: standalone wizards: increase height to prevent some hidden or cutted buttons (some locales and some steps may still be partially hidden) --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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(); -- cgit v1.2.1