summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-03-29 08:57:36 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-03-29 08:57:36 +0000
commit9018f5ff01d0fb3b83d39ee56cf9fac752bc0c3f (patch)
tree2768920b1fbf7cd3ec5d61c6d3946ddfc38b4ef2
parente9273c1fe56a9e83207020780e5dcf7750715166 (diff)
downloaddrakx-9018f5ff01d0fb3b83d39ee56cf9fac752bc0c3f.tar
drakx-9018f5ff01d0fb3b83d39ee56cf9fac752bc0c3f.tar.gz
drakx-9018f5ff01d0fb3b83d39ee56cf9fac752bc0c3f.tar.bz2
drakx-9018f5ff01d0fb3b83d39ee56cf9fac752bc0c3f.tar.xz
drakx-9018f5ff01d0fb3b83d39ee56cf9fac752bc0c3f.zip
(UpdateStatus) fix layout
-rwxr-xr-xperl-install/standalone/drakroam12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam
index 494fedf40..f6065f4f9 100755
--- a/perl-install/standalone/drakroam
+++ b/perl-install/standalone/drakroam
@@ -154,12 +154,12 @@ $AvailableList = Gtk2::SimpleList->new(
);
$AvailableList->get_selection->set_mode('single');
-my $NetLabel = Gtk2::Label->new;
-my $IpLabel = Gtk2::Label->new;
-my $GwLabel = Gtk2::Label->new;
-my $ModeLabel = Gtk2::Label->new;
-my $WepLabel = Gtk2::Label->new;
-my $SignalLabel = Gtk2::Label->new;
+my $NetLabel = Gtk2::WrappedLabel->new;
+my $IpLabel = Gtk2::WrappedLabel->new;
+my $GwLabel = Gtk2::WrappedLabel->new;
+my $ModeLabel = Gtk2::WrappedLabel->new;
+my $WepLabel = Gtk2::WrappedLabel->new;
+my $SignalLabel = Gtk2::WrappedLabel->new;
my $w = ugtk2->new('Drakroam');
gtkadd(gtkset_border_width($w->{window}, 2),