diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-09 13:38:14 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-09 13:38:14 +0000 |
commit | c8df4b9545cc705fb06aede940ded726f6a2e07e (patch) | |
tree | 86428145b61af0a39443f328bd90034980209051 /perl-install/my_gtk.pm | |
parent | fc0ff0fe7749576445da4aa3489a60eb30a01252 (diff) | |
download | drakx-backup-do-not-use-c8df4b9545cc705fb06aede940ded726f6a2e07e.tar drakx-backup-do-not-use-c8df4b9545cc705fb06aede940ded726f6a2e07e.tar.gz drakx-backup-do-not-use-c8df4b9545cc705fb06aede940ded726f6a2e07e.tar.bz2 drakx-backup-do-not-use-c8df4b9545cc705fb06aede940ded726f6a2e07e.tar.xz drakx-backup-do-not-use-c8df4b9545cc705fb06aede940ded726f6a2e07e.zip |
gfx specs is to have the text justified on the left
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r-- | perl-install/my_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index d37ab0c86..98b5db526 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -71,7 +71,7 @@ sub new { $draw1->window->draw_string( $style->font, $draw1->style->white_gc, - 60+(380-$w)/2, 62, + 40, 62, ($::Wizard_title) ); } }); |