summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draknfs
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/draknfs')
-rw-r--r--perl-install/standalone/draknfs4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs
index 08db4262e..c6f3fc3aa 100644
--- a/perl-install/standalone/draknfs
+++ b/perl-install/standalone/draknfs
@@ -90,7 +90,9 @@ my $label_and_widgets = sub {
my ($label, $widget, $button) = @_;
gtkpack_(Gtk2::HBox->new(0,5),
0, gtkadd_widget($size_groups{label}, $label),
- 1, gtkadd_widget($size_groups{widget}, $widget),
+ 1, gtkpack_(Gtk2::VBox->new(),
+ 0, gtkadd_widget($size_groups{widget}, $widget),
+ ),
2, gtkadd_widget($size_groups{button}, $button),
);
};