From 2baa59a821300031414763affd66f1a7bc66edaa Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Dec 2003 09:25:28 +0000 Subject: make it fit when embedded --- perl-install/standalone/net_monitor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone/net_monitor') diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 61128c7c1..755ce6c73 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -97,11 +97,11 @@ gtkadd($window1->{window}, gtkpack__(Gtk2::VBox->new(0,0), create_packtable({ col_spacings => 1, row_spacings => 1 }, [ "", N("instantaneous") , N("average") ], - [ N("Sending Speed:"), my $label_st = Gtk2::Label->new(""), my $label_sta = Gtk2::Label->new("na") ], - [ N("Receiving Speed:"), my $label_sr = Gtk2::Label->new(""), my $label_sra = Gtk2::Label->new("na") ], + [ 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") ], ), gtkpack__(Gtk2::HBox->new(0,0), - " " . N("Connection Time: "), + N("Connection\ntime: "), my $label_ct = Gtk2::Label->new(""), ), ) -- cgit v1.2.1