From 0b424c7192ae4fd49396e1a5aee8735ba99941b9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Feb 2002 19:40:53 +0000 Subject: s/hbox/vbox for "Select Install Class" --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index b4ef63843..294c6ea0a 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -161,7 +161,7 @@ sub selectInstallClass1 { gtkadd($w->{window}, gtkpack($w->create_box_with_title(_("Please choose one of the following classes of installation:")), (my @radios = gtkradio($def, @$l)), - gtkadd(create_hbox(), + gtkadd(create_vbox(), map { my $v = $_; my $b = new Gtk::Button(translate($_)); $focused = $b if $_ eq $def2; -- cgit v1.2.1