From 3a54924cac6b4fc655d6ec1d3bd9c25acd69ec65 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Sep 2008 15:08:58 +0000 Subject: (summary_prompt) remove useless left filler now that labels are aligned to the right --- perl-install/install/steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index abbb9cb3b..f2737b767 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -642,7 +642,7 @@ sub summary_prompt { } $e->{widget} = gtknew('Label_Right', width => $::real_windowwidth * 0.72, alignment => [ 1, 1 ]); - push @table, [], [ gtknew('HBox', spacing => 30, children_tight => [ '', $e->{widget} ]), + push @table, [], [ gtknew('HBox', spacing => 30, children_tight => [ $e->{widget} ]), gtknew('Button', text => N("Configure"), clicked => sub { $w->{rwindow}->hide; my ($old_icon, $old_title) = get_default_step_items(); -- cgit v1.2.1