summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 47029173e..077a9ae98 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -560,6 +560,7 @@ sub installPackages {
gtknew('Label', text_ref => \ (my $msg_time_remaining = N("(estimating...)"))),
]),
gtknew('VBox', children_centered => [ gtknew('ProgressBar', fraction_ref => \ (my $progress_total), height => 25) ]),
+ gtknew('HSeparator'),
gtknew('HButtonBox', spacing => 5, layout => 'end', children_loose => [ $cancel, $details ]),
])), 0, 1, 0);