From ddbd2e2d3c5134a3422eaa83adfbd6d6114d3e28 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 10 Aug 2004 11:36:56 +0000 Subject: fix packing (Fabrice FACORAT , #10300) --- perl-install/standalone/net_monitor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 1b14b273c..34090c2f6 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -90,8 +90,8 @@ MDK::Common::Globals::init(in => $in); gtkadd($window1->{window}, gtkpack_(Gtk2::VBox->new(0,5), 1, gtkpack_(Gtk2::HBox->new(0,5), - 1, my $notebook = Gtk2::Notebook->new, - 0, gtkpack_(Gtk2::VBox->new(0,5), + 0, my $notebook = Gtk2::Notebook->new, + 1, gtkpack_(Gtk2::VBox->new(0,5), 0, gtkadd(gtkset_shadow_type(Gtk2::Frame->new(N("Settings")), 'etched_out'), gtkpack__(gtkset_border_width(Gtk2::HBox->new(0,0),5), N("Connection type: "), -- cgit v1.2.1