From e95e0dbbcf28658338a2413bb7a5e624c2e7f0d7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 15 Sep 2008 21:48:15 +0000 Subject: (reallyChooseGroups) align size label & individual choice checkbutton --- perl-install/install/steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 87552d585..4e9826ed8 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -302,7 +302,7 @@ sub reallyChooseGroups { my ($o, $size_to_display, $individual, $_compssUsers) = @_; my $w = ugtk2->new(N("Package Group Selection")); - my $w_size = gtknew('Label_Left', text => &$size_to_display); + my $w_size = gtknew('Label_Left', text => &$size_to_display, padding => [ 0, 0 ]); my $entry = sub { my ($e) = @_; -- cgit v1.2.1