From c8df4b9545cc705fb06aede940ded726f6a2e07e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 9 Sep 2002 13:38:14 +0000 Subject: gfx specs is to have the text justified on the left --- perl-install/my_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); } }); -- cgit v1.2.1