From a3e7a05cf1ab594fe1398a3cf3709180d6641bda Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 29 Aug 2005 15:32:31 +0000 Subject: put Cancel and Details button on the right of the main progress bar --- perl-install/install_steps_gtk.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 64996b9d9..b3d042469 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -494,8 +494,10 @@ sub installPackages { $msg, $progress, gtknew('Table', children => [ [ N("Time remaining "), $msg_time_remaining ] ]), $text, - $progress_total, - gtknew('HButtonBox', children_loose => [ $cancel, $details ]), + gtknew('HBox', children => [ + 1, gtknew('VBox', children => [ 1, '', 0, gtkset_size_request($progress_total, -1, 25), 1, '' ]), + 0, gtknew('HButtonBox', children_loose => [ $cancel, $details ]), + ]), ])), 0, 1, 0); $details->hide if !@install_any::advertising_images; $w->sync; -- cgit v1.2.1