From e06f2d4256330a553838b061b35152045fa94239 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Jan 2003 07:33:59 +0000 Subject: let mcc pack tables behave smoother, so that all columns of mcc tables behave like last column of drakx's pack tables --- 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 c17b8a7db..745c205e8 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -420,7 +420,7 @@ sub create_packtable { my ($j) = @_; if ($_) { ref $_ or $_ = Gtk2::Label->new($_); - $j != $#$l ? + $j != $#$l && !$options->{mcc} ? $w->attach($_, $j, $j + 1, $i, $i + 1, 'fill', 'fill', 5, 0) : $w->attach($_, $j, $j + 1, $i, $i + 1, -- cgit v1.2.1