summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/my_gtk.pm2
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;
}