From 0173fcf296fd5b8a7478caa5f5c5789e100580bb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 17 Jul 2003 14:55:51 +0000 Subject: fix internet gateway buttons layout --- perl-install/standalone/drakconnect | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'perl-install/standalone/drakconnect') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 0e7024668..711714476 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -195,13 +195,14 @@ $window1->{window}->add( [ new Gtk2::Label(N("Type:")), $type_label ], [ $int_label, $interface_name ], [ Gtk2::Label->new(N("Status:")), - $int_state = Gtk2::Label->new(N("Testing your connection...")), - $int_connect, ] # $button_internet ] + $int_state = Gtk2::Label->new(N("Testing your connection...")) ] ), 5), 0, $warning_label1, - 0, gtkpack_(new Gtk2::HBox(0, 0), - 0, $button_internet), + 0, gtkpack(Gtk2::HButtonBox->new, + $button_internet, + $int_connect, + ), ) ), 1, gtkadd(Gtk2::Frame->new(N("LAN configuration")), -- cgit v1.2.1