From 1e122a500a8e87767447493a513fc6a2820ffc42 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 15 Sep 2003 22:00:15 +0000 Subject: fix hidden or cutted buttons (#1919, #2364, #2705, #3667, ...) --- perl-install/interactive/gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/interactive') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index ad986eb7a..7b8b486c4 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -656,6 +656,7 @@ sub ask_fromW { my $buttons_pack = ($common->{ok} || !exists $common->{ok}) && $mainw->create_okcancel($common->{ok}, $common->{cancel}, '', @help, if_(@$l2, $advanced_button)); $pack->pack_start(gtkshow($always_pack), 1, 1, 0); + $advanced_pack = create_scrolled_window($advanced_pack, [ 'never', 'automatic' ], 'none'); $pack->pack_start($advanced_pack, 1, 1, 0); if ($buttons_pack) { if ($::isWizard && !$mainw->{pop_it} && $::isInstall) { -- cgit v1.2.1