summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 6c1e52b3c..bc16ecac2 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1596,7 +1596,7 @@ sub set {
package Gtk2::WrappedLabel;
sub new {
my ($_type, $o_text) = @_;
- ugtk2::gtkset_line_wrap(Gtk2::Label->new($o_text || ''), 1);
+ ugtk2::gtkset_alignment(ugtk2::gtkset_line_wrap(Gtk2::Label->new($o_text || ''), 1), 0, 0.5);
}