summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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;