From 1e320ddc24bf27470a27ee2f3bb5eaa28056d8d5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 28 Sep 2008 21:21:51 +0000 Subject: do the wrapping automatically, not through manually inserted "\n" --- perl-install/standalone/draksplash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/draksplash') diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 576e2b447..9e5981afe 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -247,7 +247,7 @@ sub create_scale_table { gtknew('Table', col_spacings => 10, row_spacings => 5, children => [ map { my $w = gtknew('HScale', adjustment => $adj{$_}); $w->set_digits(0); - [ gtknew('Label', text => $scale_settings{$_}[1]), $w ]; + [ gtknew('WrappedLabel', text => formatAlaTeX($scale_settings{$_}[1])), $w ]; } @settings]); } -- cgit v1.2.1