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/NEWS | 1 + perl-install/install/steps_gtk.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f81fe1bd5..69630c56f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - further improve layout of media selection step +- refresh "Summary" step Version 11.32 - 2 September 2008 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