summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 3a0d3569f..e5c56fb3b 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -304,7 +304,7 @@ sub create_scrolled_window {
sub n_line_size {
my ($nbline, $type, $widget) = @_;
- my $spacing = ${{ text => 0, various => 17 }}{$type};
+ my $spacing = ${{ text => 3, various => 17 }}{$type};
my %fontinfo = gtkfontinfo($widget);
round($nbline * ($fontinfo{ascent} + $fontinfo{descent} + $spacing) + 8);
}