From d9c7e5c1dc8731d53103ac274744dc5e81488899 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Sep 2008 14:59:36 +0000 Subject: (summary_prompt) align labels to the right --- 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 41604a926..abbb9cb3b 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -640,7 +640,7 @@ sub summary_prompt { gtknew('Title1', label => mygtk2::asteriskize(escape_text_for_TextView_markup_format($group))) ]), '' ]; } - $e->{widget} = gtknew('WrappedLabel', width => $::real_windowwidth * 0.72); + $e->{widget} = gtknew('Label_Right', width => $::real_windowwidth * 0.72, alignment => [ 1, 1 ]); push @table, [], [ gtknew('HBox', spacing => 30, children_tight => [ '', $e->{widget} ]), gtknew('Button', text => N("Configure"), clicked => sub { -- cgit v1.2.1