From 3c1ae7756f90dc5f65f9ee7afc50b9a949b51b6b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 10 Aug 2004 11:44:06 +0000 Subject: fix looking aka vertical alignment of labels (Fabrice FACORAT , #10300) --- perl-install/standalone/net_monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 34090c2f6..a442f2d01 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -100,7 +100,7 @@ gtkadd($window1->{window}, 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 => 5, homogeneous => 1 }, - [ "", N("Instantaneous") , N("Average") ], + [ Gtk2::Label->new(""), Gtk2::Label->new(N("Instantaneous")) , Gtk2::Label->new(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