From 08ed6342c555ac3ef12452304f476d1cda81613c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 20 Jul 2004 08:52:15 +0000 Subject: fix spacing (from Fabrice Facorat, #10300), remove blank line --- perl-install/standalone/net_monitor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/standalone/net_monitor') diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 16ec29988..cd9e04cb1 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -95,11 +95,10 @@ gtkadd($window1->{window}, gtkpack__(gtkset_border_width(Gtk2::HBox->new(0,0),5), N("Connection type: "), my $label_cnx_type = Gtk2::Label->new("")), - ), 1, gtkadd(gtkset_shadow_type(Gtk2::Frame->new(N("Global statistics")), 'etched_out'), gtkpack__(gtkset_border_width(Gtk2::VBox->new(0,0),5), - create_packtable({ col_spacings => 1, row_spacings => 1 }, + create_packtable({ col_spacings => 1, row_spacings => 5, homogeneous => 1 }, [ "", N("Instantaneous") , N("Average") ], [ Gtk2::WrappedLabel->new(N("Sending\nspeed:")), my $label_st = Gtk2::Label->new(""), my $label_sta = Gtk2::Label->new("na") ], [ Gtk2::WrappedLabel->new(N("Receiving\nspeed:")), my $label_sr = Gtk2::Label->new(""), my $label_sra = Gtk2::Label->new("na") ], -- cgit v1.2.1