From 3c222cace3da2a5302cec3619b5b910bd7175ec1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Feb 2003 12:00:22 +0000 Subject: the empty label in the HButtonBox had the same size as the buttons (since HButtonBox are always homogeneous), causing addUser in german not to fit on the screen. No good way to solve this :-( --- perl-install/ugtk2.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index f18423ff1..a8a933b3f 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -466,7 +466,6 @@ sub create_okcancel { my $box = create_hbox($spread || "edge"); $box->pack_start($_, 0, 0, 1) foreach @l2; - gtkpack($box, ''); $box->pack_end($_, 0, 0, 1) foreach @r2, @l; foreach (@l2, @r2, @l) { $_->show; -- cgit v1.2.1