From 180e395f242b68a0507dc3bae612939f09326f26 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 12 Sep 2008 14:33:02 +0000 Subject: (installPackages) move progress bar on its own line --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_gtk.pm | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index bdfc2d4f7..23c64b957 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,6 @@ - stop claim selecting LSB group will install 2.4.x kernel (#39220) +- desktop step + o move progress bar on its own line Version 11.41 - 11 September 2008 diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 63913aecf..c3f1f87a4 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -559,10 +559,8 @@ sub installPackages { N("Time remaining "), gtknew('Label', text_ref => \ (my $msg_time_remaining = N("(estimating...)"))), ] ]), - gtknew('HBox', children => [ - 1, gtknew('VBox', children_centered => [ gtknew('ProgressBar', fraction_ref => \ (my $progress_total), height => 25) ]), - 0, gtknew('HButtonBox', spacing => 5, children_loose => [ $cancel, $details ]), - ]), + gtknew('VBox', children_centered => [ gtknew('ProgressBar', fraction_ref => \ (my $progress_total), height => 25) ]), + gtknew('HButtonBox', spacing => 5, layout => 'end', children_loose => [ $cancel, $details ]), ])), 0, 1, 0); #- for the hide_ref & show_ref to work, we must set $show_advertising after packing -- cgit v1.2.1