diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 15:32:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 15:32:42 +0000 |
commit | 2552669d7f597308a55c1032fcb213f95299682f (patch) | |
tree | 20a2ee4e62bc8272d6c03c6e53e96ea5506bfab5 /perl-install/install/gtk.pm | |
parent | ac92166bcdf01373a9c77aaad3a27476c755b288 (diff) | |
download | drakx-2552669d7f597308a55c1032fcb213f95299682f.tar drakx-2552669d7f597308a55c1032fcb213f95299682f.tar.gz drakx-2552669d7f597308a55c1032fcb213f95299682f.tar.bz2 drakx-2552669d7f597308a55c1032fcb213f95299682f.tar.xz drakx-2552669d7f597308a55c1032fcb213f95299682f.zip |
(create_steps_window) fix height value
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 2 |
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 |