summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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) = @_;