summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-20 16:08:25 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-20 16:08:25 +0000
commitb0745a0495f5df97d4e143bfba83bcf7f6586927 (patch)
tree7065e7fcbe7e62a20145488eae33bd32721a5ba6 /perl-install/ugtk2.pm
parenta94d177b009bfa37deee8bfc96ded1d092499808 (diff)
downloaddrakx-backup-do-not-use-b0745a0495f5df97d4e143bfba83bcf7f6586927.tar
drakx-backup-do-not-use-b0745a0495f5df97d4e143bfba83bcf7f6586927.tar.gz
drakx-backup-do-not-use-b0745a0495f5df97d4e143bfba83bcf7f6586927.tar.bz2
drakx-backup-do-not-use-b0745a0495f5df97d4e143bfba83bcf7f6586927.tar.xz
drakx-backup-do-not-use-b0745a0495f5df97d4e143bfba83bcf7f6586927.zip
change a bit position of main window and steps window
in steps window, have titles in grey
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 983e670bd..8994baf51 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -769,7 +769,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.15 : 0.05));
+ $::WizardWindow->set_uposition($::stepswidth + $::windowwidth * 0.04, $::logoheight + $::windowheight * ($::logoheight ? 0.12 : 0.05));
$::WizardWindow->signal_connect(key_press_event => sub {
my (undef, $event) = @_;
my $d = ${{ Gtk2::Gdk::Event::Key->Sym_F2 => 'screenshot' }}{$event->keyval};