summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-11 17:55:53 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-11 17:55:53 +0000
commit494a7eae3ce7645a7eb39cd3979aae441a959527 (patch)
treea195c256cdb26b697740f5aa65369ffa163cf17a /perl-install/install/steps_gtk.pm
parentf38110cedb970c6e4703701ee03294618f0a0663 (diff)
downloaddrakx-backup-do-not-use-494a7eae3ce7645a7eb39cd3979aae441a959527.tar
drakx-backup-do-not-use-494a7eae3ce7645a7eb39cd3979aae441a959527.tar.gz
drakx-backup-do-not-use-494a7eae3ce7645a7eb39cd3979aae441a959527.tar.bz2
drakx-backup-do-not-use-494a7eae3ce7645a7eb39cd3979aae441a959527.tar.xz
drakx-backup-do-not-use-494a7eae3ce7645a7eb39cd3979aae441a959527.zip
(installPackages) add spacing between buttons
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 a6b31b32f..63913aecf 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -561,7 +561,7 @@ sub installPackages {
] ]),
gtknew('HBox', children => [
1, gtknew('VBox', children_centered => [ gtknew('ProgressBar', fraction_ref => \ (my $progress_total), height => 25) ]),
- 0, gtknew('HButtonBox', children_loose => [ $cancel, $details ]),
+ 0, gtknew('HButtonBox', spacing => 5, children_loose => [ $cancel, $details ]),
]),
])), 0, 1, 0);