diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-28 21:35:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-28 21:35:16 +0000 |
commit | 80182866bfb89c41fe8c431e2293e22fdd451a73 (patch) | |
tree | 09ec8369178cdc664ad2608246125abd1a4e7493 | |
parent | ab51d9e75890692fed119c1a168fdc5088c4538d (diff) | |
download | drakx-80182866bfb89c41fe8c431e2293e22fdd451a73.tar drakx-80182866bfb89c41fe8c431e2293e22fdd451a73.tar.gz drakx-80182866bfb89c41fe8c431e2293e22fdd451a73.tar.bz2 drakx-80182866bfb89c41fe8c431e2293e22fdd451a73.tar.xz drakx-80182866bfb89c41fe8c431e2293e22fdd451a73.zip |
improved button layout
-rwxr-xr-x | perl-install/standalone/draksplash | 2 |
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)); |