From f1265ef509f8217a19bbc1b46ebae74090dff990 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Fri, 6 Sep 2002 15:49:20 +0000 Subject: - fix wizard title and pixmap overlap --- perl-install/my_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index fb809cd6d..d37ab0c86 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, - 140+(380-$w)/2, 62, + 60+(380-$w)/2, 62, ($::Wizard_title) ); } }); -- cgit v1.2.1