summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-02 14:59:36 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-02 14:59:36 +0000
commitd9c7e5c1dc8731d53103ac274744dc5e81488899 (patch)
tree72e03fccd2be66e587f5064f9b60283eded828b2 /perl-install/install/steps_gtk.pm
parent96e09bdc876edfb08ce3f0c31b4ec355fade3e10 (diff)
downloaddrakx-d9c7e5c1dc8731d53103ac274744dc5e81488899.tar
drakx-d9c7e5c1dc8731d53103ac274744dc5e81488899.tar.gz
drakx-d9c7e5c1dc8731d53103ac274744dc5e81488899.tar.bz2
drakx-d9c7e5c1dc8731d53103ac274744dc5e81488899.tar.xz
drakx-d9c7e5c1dc8731d53103ac274744dc5e81488899.zip
(summary_prompt) align labels to the right
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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 {