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

graph: fix box size to make nodes and links prettier

This restores the old look from before the size was reduced from
+6 to 0 (in e9332679a02c). Now it's at +1 which apparently doesn't
affect the line spacing at all, but still fixes the nodes and links.

Changeset 64320ec25561

Parent f5f16a958a82

by Sune Foldager

Changes to one file · Browse files at 64320ec25561 Showing diff from parent f5f16a958a82 Diff from another changeset...

 
76
77
78
79
 
80
81
82
 
76
77
78
 
79
80
81
82
@@ -76,7 +76,7 @@
  ascent = pango.PIXELS(metrics.get_ascent())   descent = pango.PIXELS(metrics.get_descent())   - self._box_size = ascent + descent + self._box_size = ascent + descent + 1   return self._box_size     def set_colour(self, ctx, colour, bg, fg):