From 6a4386c7d98789f5f3b299b79e4b139e0bb9a5b1 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 30 Aug 2005 15:28:00 +0000 Subject: put comboxentry in a VBox (to avoid 2 rows bug in comboboxentry) --- perl-install/standalone/draknfs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone') 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), ); }; -- cgit v1.2.1