summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-29 14:17:27 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-29 14:17:27 +0000
commitabf1761c85f69face0195bf1d4b2c20d52e4be89 (patch)
treedc0f831d580a8892f5918363a1043f1a16b71270 /perl-install/install/steps_gtk.pm
parent18e3de7037adf20341d3582442273ee5f4484e0c (diff)
downloaddrakx-backup-do-not-use-abf1761c85f69face0195bf1d4b2c20d52e4be89.tar
drakx-backup-do-not-use-abf1761c85f69face0195bf1d4b2c20d52e4be89.tar.gz
drakx-backup-do-not-use-abf1761c85f69face0195bf1d4b2c20d52e4be89.tar.bz2
drakx-backup-do-not-use-abf1761c85f69face0195bf1d4b2c20d52e4be89.tar.xz
drakx-backup-do-not-use-abf1761c85f69face0195bf1d4b2c20d52e4be89.zip
(reallyChooseGroups) improved button layout
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 5bef440f7..6467167d6 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -306,7 +306,7 @@ sub reallyChooseGroups {
gtknew('CheckButton', text => N("Individual package selection"), active_ref => $individual),
),
0, $w_size,
- 0, gtknew('HBox', children_loose => [
+ 0, gtknew('HButtonBox', layout => 'edge', children_tight => [
gtknew('Install_Button', text => N("Help"), clicked => $o->interactive_help_sub_display_id('choosePackages')),
gtknew('Button', text => N("Next"), clicked => sub { Gtk2->main_quit }),
]),