summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-28 18:23:51 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-28 18:23:51 +0000
commit05170b4e2f949dc0190029815b98672a8896f940 (patch)
tree2701ac382c25169aec2689dfb7d1e1064d168aef /perl-install/standalone
parent378d8efe9d10af25710cc8ea0474236b31a0b4e7 (diff)
downloaddrakx-backup-do-not-use-05170b4e2f949dc0190029815b98672a8896f940.tar
drakx-backup-do-not-use-05170b4e2f949dc0190029815b98672a8896f940.tar.gz
drakx-backup-do-not-use-05170b4e2f949dc0190029815b98672a8896f940.tar.bz2
drakx-backup-do-not-use-05170b4e2f949dc0190029815b98672a8896f940.tar.xz
drakx-backup-do-not-use-05170b4e2f949dc0190029815b98672a8896f940.zip
fix dialogs heigh
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakconnect6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 3be294c64..f08ff6758 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -112,7 +112,7 @@ $button_del->signal_connect(clicked => sub {
$button_del->set_sensitive(network::netconnect::get_profiles() > 1);
my $button_new = Gtk2::Button->new(N("New profile..."));
$button_new->signal_connect(clicked => sub {
- my $dialog = _create_dialog("New profile...");
+ my $dialog = _create_dialog("New profile...", { small => 1 });
my $entry_dialog = Gtk2::Entry->new;
gtkpack($dialog->vbox,
Gtk2::Label->new(N("Name of the profile to create (the new profile is created as a copy of the current one) :")),
@@ -255,7 +255,7 @@ $window1->{window}->add(
gtksignal_connect(Gtk2::Button->new(N("Cancel")), clicked => \&quit_global),
gtksignal_connect(Gtk2::Button->new(N("Ok")), clicked => sub {
if ($button_apply->get('sensitive')) {
- my $dialog = _create_dialog(N("Please wait"));
+ my $dialog = _create_dialog(N("Please wait"), { small => 1 });
gtkpack($dialog->vbox,
Gtk2::Label->new(N("Please Wait... Applying the configuration")));
$dialog->show_all;
@@ -556,7 +556,7 @@ sub configure_net {
Gtk2->main_quit;
};
if (!$netcnx->{type}) {
- $dialog = _create_dialog(N("LAN configuration"));
+ $dialog = _create_dialog(N("LAN configuration"), { small => 1 });
$dialog->vbox->add(Gtk2::Label->new(N("You don't have an Internet connection.
Create one first by clicking on 'Configure'")));
gtkpack($dialog->action_area,