diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/net_monitor | 3 |
1 files changed, 1 insertions, 2 deletions
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") ], |