summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-10-14 16:38:50 +0000
committerThierry Vignaud <tv@mandriva.org>2009-10-14 16:38:50 +0000
commitf68735953294e98729fb8deefdbc02a0430720c2 (patch)
tree0d27fb8ef5b82556d8b7c58509dd8856d57c7525 /perl-install/install/steps_gtk.pm
parent5e42054a88d783501d29ce64eff6396e3388e1bf (diff)
downloaddrakx-backup-do-not-use-f68735953294e98729fb8deefdbc02a0430720c2.tar
drakx-backup-do-not-use-f68735953294e98729fb8deefdbc02a0430720c2.tar.gz
drakx-backup-do-not-use-f68735953294e98729fb8deefdbc02a0430720c2.tar.bz2
drakx-backup-do-not-use-f68735953294e98729fb8deefdbc02a0430720c2.tar.xz
drakx-backup-do-not-use-f68735953294e98729fb8deefdbc02a0430720c2.zip
(installPackages) improve button layout while installing
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index b5614e670..2625829f4 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -585,7 +585,7 @@ sub installPackages {
]),
gtknew('VBox', children_centered => [ gtknew('ProgressBar', fraction_ref => \ (my $progress_total), height => 25) ]),
gtknew('HSeparator'),
- gtknew('HButtonBox', spacing => 0, layout => 'spread', children_loose => [
+ gtknew('HButtonBox', spacing => 0, layout => 'edge', children_loose => [
if_($release_notes, $rel_notes),
gtknew('HButtonBox', spacing => 5, layout => 'end',
children_loose => [ $cancel, $details ]),