diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-25 22:00:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-25 22:00:16 +0000 |
commit | e38950a33c3505db7e79547622aa5946cfe88d5c (patch) | |
tree | ecb94365673b2f74e264d0cae8467a4481aea21f /perl-install/install_gtk.pm | |
parent | 5692f13be4ba57a7f52b54a7576bd858f418dc14 (diff) | |
download | drakx-e38950a33c3505db7e79547622aa5946cfe88d5c.tar drakx-e38950a33c3505db7e79547622aa5946cfe88d5c.tar.gz drakx-e38950a33c3505db7e79547622aa5946cfe88d5c.tar.bz2 drakx-e38950a33c3505db7e79547622aa5946cfe88d5c.tar.xz drakx-e38950a33c3505db7e79547622aa5946cfe88d5c.zip |
no_comment
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 0cb9e8b67..29463c051 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -366,7 +366,7 @@ sub test_mouse { my ($mouse) = @_; my $w = my_gtk->new; - my ($width, $height, $offset) = (210, 300, 25); + my ($width, $height, $offset) = (210, round_up($::windowheight - 150, 6), 25); my ($bw, $bh) = ($width / 3, $height / 3); gtkadd($w->{window}, |