summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-07-30 13:27:00 +0000
committerThierry Vignaud <tv@mandriva.org>2008-07-30 13:27:00 +0000
commit2d27a5dde8c67b3b47125dbee7985cea5008f4d3 (patch)
treeb6370e9cae62c487c450db964ee8d4da2f1f94ad /perl-install/mygtk2.pm
parente4c77f00f02c4a107f7c5e6eb5d1fbcdab91237a (diff)
downloaddrakx-2d27a5dde8c67b3b47125dbee7985cea5008f4d3.tar
drakx-2d27a5dde8c67b3b47125dbee7985cea5008f4d3.tar.gz
drakx-2d27a5dde8c67b3b47125dbee7985cea5008f4d3.tar.bz2
drakx-2d27a5dde8c67b3b47125dbee7985cea5008f4d3.tar.xz
drakx-2d27a5dde8c67b3b47125dbee7985cea5008f4d3.zip
(_create_Window) fix position with matchbox wm
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index dbb7a02e6..d57446e57 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -956,7 +956,7 @@ sub _create_Window {
position_policy => $::isInstall ? 'none' : $no_Window_Manager ? 'center-always' : 'center-on-parent',
if_($::isInstall, position => [
- $::rootwidth - ($::o->{windowwidth} + $::real_windowwidth) / 2,
+ $::rootwidth + $::stepswidth - ($::o->{windowwidth} + $::real_windowwidth) / 2,
$::logoheight + ($::o->{windowheight} - $::real_windowheight) / 2,
]),
});