diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 22:11:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 22:11:28 +0000 |
commit | bf9127e7a0970b3e90b6604e58490768baa6fe3d (patch) | |
tree | 79017e782ba701359e90ac1d4b5c569b2dfc7509 /perl-install/my_gtk.pm | |
parent | 0f2f592cbfe90654e983cadd04a218a27e2b5f62 (diff) | |
download | drakx-backup-do-not-use-bf9127e7a0970b3e90b6604e58490768baa6fe3d.tar drakx-backup-do-not-use-bf9127e7a0970b3e90b6604e58490768baa6fe3d.tar.gz drakx-backup-do-not-use-bf9127e7a0970b3e90b6604e58490768baa6fe3d.tar.bz2 drakx-backup-do-not-use-bf9127e7a0970b3e90b6604e58490768baa6fe3d.tar.xz drakx-backup-do-not-use-bf9127e7a0970b3e90b6604e58490768baa6fe3d.zip |
(n_line_size): bigger spacing for 'various'
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r-- | perl-install/my_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 2c983982c..f45ebb8d4 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -395,7 +395,7 @@ sub write_on_pixmap { sub n_line_size { my ($nbline, $type, $widget) = @_; my $font = $widget->style->font; - my $spacing = ${{ text => 0, various => 15 }}{$type}; + my $spacing = ${{ text => 0, various => 17 }}{$type}; $nbline * ($font->ascent + $font->descent + $spacing) + 8; } |