diff options
-rw-r--r-- | perl-install/install/steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |