summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-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));