summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-09-09 13:38:14 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-09-09 13:38:14 +0000
commitc8df4b9545cc705fb06aede940ded726f6a2e07e (patch)
tree86428145b61af0a39443f328bd90034980209051 /perl-install/my_gtk.pm
parentfc0ff0fe7749576445da4aa3489a60eb30a01252 (diff)
downloaddrakx-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.pm2
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) );
}
});