diff options
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r-- | perl-install/services.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index 861e65e45..8042b4e42 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -233,7 +233,7 @@ sub ask_standalone_gtk { )) } (N_("Start"), N_("Stop")) ] } - @$l)), 500, 400), + @$l), [ $::isEmbedded ? 'automatic' : 'never', 'automatic' ]), -1, $::isEmbedded ? -1 : 400), 0, gtkpack(gtkset_border_width(Gtk2::HBox->new(0,0),5), $W->create_okcancel) )) ); |