summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-18 13:29:41 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-18 13:29:41 +0000
commit2d0540a0bc8565260c8ed0122dce5fb86e1d7c0b (patch)
tree3fdcf7a7c97da1d658ba8c5a5043493fcda1eafc /perl-install/ugtk2.pm
parente244711cc629628d4d22638f3b6a78a9ece3d6a1 (diff)
downloaddrakx-2d0540a0bc8565260c8ed0122dce5fb86e1d7c0b.tar
drakx-2d0540a0bc8565260c8ed0122dce5fb86e1d7c0b.tar.gz
drakx-2d0540a0bc8565260c8ed0122dce5fb86e1d7c0b.tar.bz2
drakx-2d0540a0bc8565260c8ed0122dce5fb86e1d7c0b.tar.xz
drakx-2d0540a0bc8565260c8ed0122dce5fb86e1d7c0b.zip
(create_box_with_title) justify big texts
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index ea084cf1e..0b4176af2 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -339,6 +339,7 @@ sub create_box_with_title {
chomp(my $text = join("\n", @l));
my $wtext = gtknew('TextView', text => markup_to_TextView_format($text));
+ $wtext->set_justification('fill');
$wtext->set_left_margin(3);
$wtext->can_focus($has_scroll);
my $width = 400;