From af76bcf09f666a6a4fe00c88eb00f3235b00811f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 15 Sep 2008 21:47:44 +0000 Subject: (reallyChooseGroups) add a separator between buttons and size label --- perl-install/install/steps_gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 077a9ae98..87552d585 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -325,6 +325,7 @@ sub reallyChooseGroups { gtknew('CheckButton', text => N("Individual package selection"), active_ref => $individual), ), 0, $w_size, + 0, Gtk2::HSeparator->new, 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 }), -- cgit v1.2.1