summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-29 15:32:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-29 15:32:31 +0000
commita3e7a05cf1ab594fe1398a3cf3709180d6641bda (patch)
treefabc001cd5b18009a6e196702ab2e0870bddb3f4 /perl-install/install_steps_gtk.pm
parent5c71ee3cf38c3f8f7c07c67648676e4b7c6650c4 (diff)
downloaddrakx-a3e7a05cf1ab594fe1398a3cf3709180d6641bda.tar
drakx-a3e7a05cf1ab594fe1398a3cf3709180d6641bda.tar.gz
drakx-a3e7a05cf1ab594fe1398a3cf3709180d6641bda.tar.bz2
drakx-a3e7a05cf1ab594fe1398a3cf3709180d6641bda.tar.xz
drakx-a3e7a05cf1ab594fe1398a3cf3709180d6641bda.zip
put Cancel and Details button on the right of the main progress bar
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm6
1 files 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;