From c9844320d019ca738a3f3dde8b895154880d0f80 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 1 Mar 2004 08:13:08 +0000 Subject: do not left align main explanation text --- perl-install/standalone/draksec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 929d125ac..9682ee258 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -101,7 +101,7 @@ your machine is only a client on the Internet, you should choose a lower level. Paranoid: This is similar to the previous level, but the system is entirely closed and security features are at their maximum"))); - create_scrolled_window($text, [ 'never', 'automatic' ]); + create_scrolled_window(gtkset_alignment($text, 0.5, 0.5), [ 'never', 'automatic' ]); } sub new_nonedit_combo { -- cgit v1.2.1