Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

logview: remove vertical padding on changelog lines

I think this wasn't done before because of the pixmaps, but those
have been gone since 0.7.1. I like it better more condensed like
this.

Fixes #438

Changeset e9332679a02c

Parent 266f76ea12c8

by Steve Borho

Changes to one file · Browse files at e9332679a02c Showing diff from parent 266f76ea12c8 Diff from another changeset...

 
73
74
75
76
 
77
78
79
 
73
74
75
 
76
77
78
79
@@ -73,7 +73,7 @@
  ascent = pango.PIXELS(metrics.get_ascent())   descent = pango.PIXELS(metrics.get_descent())   - self._box_size = ascent + descent + 6 + self._box_size = ascent + descent   return self._box_size     def set_colour(self, ctx, colour, bg, fg):