summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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) );
}
});