/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 revisionview.py

  • Committer: Daniel Schierbeck
  • Date: 2008-04-01 23:32:10 UTC
  • mto: (461.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 462.
  • Revision ID: daniel.schierbeck@gmail.com-20080401233210-ceng12hc6hg8raoe
Improved spacing in the bugs page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        table = gtk.Table(rows=2, columns=2)
39
39
 
40
40
        table.set_row_spacings(6)
41
 
        table.set_col_spacings(12)
 
41
        table.set_col_spacing(0, 16)
42
42
 
43
43
        image = gtk.Image()
44
44
        image.set_from_file(icon_path("bug.png"))