summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-09-15 22:00:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-09-15 22:00:15 +0000
commit1e122a500a8e87767447493a513fc6a2820ffc42 (patch)
tree5e37d38a7d4f5275e0dba9f43583e667410d3c9a /perl-install
parentbeaef42aa133b896cafb5ad254081aa680df2d20 (diff)
downloaddrakx-backup-do-not-use-1e122a500a8e87767447493a513fc6a2820ffc42.tar
drakx-backup-do-not-use-1e122a500a8e87767447493a513fc6a2820ffc42.tar.gz
drakx-backup-do-not-use-1e122a500a8e87767447493a513fc6a2820ffc42.tar.bz2
drakx-backup-do-not-use-1e122a500a8e87767447493a513fc6a2820ffc42.tar.xz
drakx-backup-do-not-use-1e122a500a8e87767447493a513fc6a2820ffc42.zip
fix hidden or cutted buttons (#1919, #2364, #2705, #3667, ...)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/interactive/gtk.pm1
1 files changed, 1 insertions, 0 deletions
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) {