diff options
-rw-r--r-- | perl-install/install/gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 3f65bc648..6447076b0 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -162,7 +162,6 @@ sub create_steps_window { children => [ if_($::stepswidth != 0, 0, $o->{steps_widget}), - 0, $o->{steps_widget}, 1, gtknew('Label', width => -1, height => -1), ], ) |