From b3dad0b7854f74282b7bccd59484879e9bc076f7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 17 Jul 2003 19:00:12 +0000 Subject: adjust dialogs size --- perl-install/standalone/drakconnect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakconnect') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 7aa2f7579..dbc3f934b 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -369,7 +369,7 @@ sub quit_global() { sub configure_lan { my ($prefix, $netcnx, undef, $intf) = @_; - my $window = _create_dialog(N("LAN configuration")); + my $window = _create_dialog(N("LAN configuration"), { small => 1 }); my @card_tab; if (@all_cards < 1) { @@ -508,7 +508,7 @@ Create one first by clicking on 'Configure'")),1,1,0); } my $cnx = {}; $cnx = $netcnx->{$netcnx->{type}}; - my $window = _create_dialog(N("Internet connection configuration")); + my $window = _create_dialog(N("Internet connection configuration"), { small => 1 }); $window->signal_connect(delete_event => sub { Gtk2->main_quit }); $window->set_border_width(10); -- cgit v1.2.1