summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-18 21:14:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-18 21:14:20 +0000
commitb8feee1e1e0883126b2e905a6f4dbf5d38546f80 (patch)
treeb269929b760ac4ef22ee60c5fe84f3e860d845e4 /perl-install/ugtk2.pm
parent8e30d319278a5caa125173b0fe248b9e5b30b2b4 (diff)
downloaddrakx-backup-do-not-use-b8feee1e1e0883126b2e905a6f4dbf5d38546f80.tar
drakx-backup-do-not-use-b8feee1e1e0883126b2e905a6f4dbf5d38546f80.tar.gz
drakx-backup-do-not-use-b8feee1e1e0883126b2e905a6f4dbf5d38546f80.tar.bz2
drakx-backup-do-not-use-b8feee1e1e0883126b2e905a6f4dbf5d38546f80.tar.xz
drakx-backup-do-not-use-b8feee1e1e0883126b2e905a6f4dbf5d38546f80.zip
smaller wizard window in move
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 2c187dcd1..f228b39ff 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -837,7 +837,7 @@ sub new {
if ($::isInstall) {
$::WizardTable->set_size_request($::windowwidth * 0.90, $::windowheight * ($::logoheight ? 0.73 : 0.9));
- $::WizardWindow->set_uposition($::stepswidth + $::windowwidth * 0.04, $::logoheight + $::windowheight * ($::logoheight ? 0.12 : 0.05));
+ $::WizardWindow->set_uposition($::stepswidth + $::windowwidth * 0.04 + ($::move && 50), $::logoheight + $::windowheight * ($::logoheight ? 0.12 : 0.05));
$::WizardWindow->signal_connect(key_press_event => sub {
my (undef, $event) = @_;
my $d = ${{ $Gtk2::Gdk::Keysyms{F2} => 'screenshot' }}{$event->keyval};