summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/steps_gtk.pm6
2 files changed, 4 insertions, 4 deletions
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