summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-28 21:35:16 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-28 21:35:16 +0000
commit80182866bfb89c41fe8c431e2293e22fdd451a73 (patch)
tree09ec8369178cdc664ad2608246125abd1a4e7493 /perl-install/standalone
parentab51d9e75890692fed119c1a168fdc5088c4538d (diff)
downloaddrakx-backup-do-not-use-80182866bfb89c41fe8c431e2293e22fdd451a73.tar
drakx-backup-do-not-use-80182866bfb89c41fe8c431e2293e22fdd451a73.tar.gz
drakx-backup-do-not-use-80182866bfb89c41fe8c431e2293e22fdd451a73.tar.bz2
drakx-backup-do-not-use-80182866bfb89c41fe8c431e2293e22fdd451a73.tar.xz
drakx-backup-do-not-use-80182866bfb89c41fe8c431e2293e22fdd451a73.zip
improved button layout
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/draksplash2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash
index b5aec0bab..5c06f5843 100755
--- a/perl-install/standalone/draksplash
+++ b/perl-install/standalone/draksplash
@@ -120,7 +120,7 @@ gtkadd($window->{window},
$theme{conf}{logo} = bool2yesno($_[0]->get_active);
}),
$notebook,
- gtknew('HBox', spacing => 5, children_loose => [
+ gtknew('HButtonBox', layout => 'edge', children_loose => [
gtknew('Button', text => N("Save theme"), clicked => \&save_theme),
gtknew('Button', text => N("Quit"), clicked => \&close_all)])])),
gtkshow(gtkadd($preview_window->{window}, $scroll));