diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-11 17:55:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-11 17:55:53 +0000 |
commit | 494a7eae3ce7645a7eb39cd3979aae441a959527 (patch) | |
tree | a195c256cdb26b697740f5aa65369ffa163cf17a /perl-install/install | |
parent | f38110cedb970c6e4703701ee03294618f0a0663 (diff) | |
download | drakx-494a7eae3ce7645a7eb39cd3979aae441a959527.tar drakx-494a7eae3ce7645a7eb39cd3979aae441a959527.tar.gz drakx-494a7eae3ce7645a7eb39cd3979aae441a959527.tar.bz2 drakx-494a7eae3ce7645a7eb39cd3979aae441a959527.tar.xz drakx-494a7eae3ce7645a7eb39cd3979aae441a959527.zip |
(installPackages) add spacing between buttons
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 2 |
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); |