From fd01daaa38b679aedd1b7a03cdf27f21e73a4c72 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 29 Aug 2008 13:46:01 +0000 Subject: (reallyChooseGroups) align size label to the left --- perl-install/install/steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_gtk.pm') diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 269f382ed..f47b3d4c5 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -283,7 +283,7 @@ sub reallyChooseGroups { my ($o, $size_to_display, $individual, $_compssUsers) = @_; my $w = ugtk2->new(N("Package Group Selection")); - my $w_size = gtknew('Label', text => &$size_to_display); + my $w_size = gtknew('Label_Left', text => &$size_to_display); my $entry = sub { my ($e) = @_; -- cgit v1.2.1