From ba1d6073803947e76c898500b4231759733b68ae Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 12 Sep 2008 15:31:12 +0000 Subject: (installPackages) add a separator between buttons & progress bar --- perl-install/install/NEWS | 1 + perl-install/install/steps_gtk.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c3965f1fe..0b0a6d37a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - stop claim selecting LSB group will install 2.4.x kernel (#39220) - desktop step o move progress bar on its own line + o add a separator between buttons & progress bar o pack together time label & value Version 11.41 - 11 September 2008 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); -- cgit v1.2.1