summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/steps_gtk.pm2
2 files changed, 2 insertions, 1 deletions
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 {