summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-13 15:32:42 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-13 15:32:42 +0000
commit2552669d7f597308a55c1032fcb213f95299682f (patch)
tree20a2ee4e62bc8272d6c03c6e53e96ea5506bfab5 /perl-install/install/gtk.pm
parentac92166bcdf01373a9c77aaad3a27476c755b288 (diff)
downloaddrakx-backup-do-not-use-2552669d7f597308a55c1032fcb213f95299682f.tar
drakx-backup-do-not-use-2552669d7f597308a55c1032fcb213f95299682f.tar.gz
drakx-backup-do-not-use-2552669d7f597308a55c1032fcb213f95299682f.tar.bz2
drakx-backup-do-not-use-2552669d7f597308a55c1032fcb213f95299682f.tar.xz
drakx-backup-do-not-use-2552669d7f597308a55c1032fcb213f95299682f.zip
(create_steps_window) fix height value
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm
index 5b7b4dcc6..e363a5e64 100644
--- a/perl-install/install/gtk.pm
+++ b/perl-install/install/gtk.pm
@@ -139,7 +139,7 @@ sub create_steps_window {
}
my $offset = 10;
- my $height = 500;
+ my $height = 600;
$o->{steps_widget} =
gtknew('Fixed', widget_name => 'Steps', pixbuf_file => 'left-background',
has_window => 1, x => 0, y => 0, height => $height, width => $::stepswidth, # -1