From 494a7eae3ce7645a7eb39cd3979aae441a959527 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Sep 2008 17:55:53 +0000 Subject: (installPackages) add spacing between buttons --- perl-install/install/steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1