diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-01 08:13:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-01 08:13:08 +0000 |
commit | c9844320d019ca738a3f3dde8b895154880d0f80 (patch) | |
tree | 3c3070d03b5bf7fce293b6b4ae0280d7a03be9a1 /perl-install | |
parent | 893ca0489266ad81a97c02f7be7b9b1357ee1f6d (diff) | |
download | drakx-backup-do-not-use-c9844320d019ca738a3f3dde8b895154880d0f80.tar drakx-backup-do-not-use-c9844320d019ca738a3f3dde8b895154880d0f80.tar.gz drakx-backup-do-not-use-c9844320d019ca738a3f3dde8b895154880d0f80.tar.bz2 drakx-backup-do-not-use-c9844320d019ca738a3f3dde8b895154880d0f80.tar.xz drakx-backup-do-not-use-c9844320d019ca738a3f3dde8b895154880d0f80.zip |
do not left align main explanation text
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/draksec | 2 |
1 files changed, 1 insertions, 1 deletions
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. <span foreground=\"royalblue3\">Paranoid</span>: 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 { |