/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to branchview/graphcell.py

  • Committer: Daniel Schierbeck
  • Date: 2008-01-21 15:57:05 UTC
  • mto: (423.1.6 trunk)
  • mto: This revision was merged to the branch mainline in revision 429.
  • Revision ID: daniel.schierbeck@gmail.com-20080121155705-5wawn8evlj26fn7i
Made tag label holes larger.

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
            ctx.line_to(x0 - box_size / 3, y0 + text_height / 2)
244
244
 
245
245
            ctx.new_sub_path()
246
 
            ctx.arc(x0 - box_size / 6,
 
246
            ctx.arc(x0 - box_size / 12,
247
247
                        y0 + text_height / 2,
248
 
                        box_size / 8,
 
248
                        box_size / 7,
249
249
                        0, 2 * math.pi);
250
250
 
251
251
            self.set_colour(ctx, TAG_COLOUR_ID, 0.0, 0.5)