/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 viz/diffwin.py

  • Committer: Jelmer Vernooij
  • Date: 2006-06-07 09:06:10 UTC
  • mfrom: (45.1.2 bzrk)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: jelmer@samba.org-20060607090610-05891911ea1dff92
[merge] Michael

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    def construct(self):
50
50
        """Construct the window contents."""
51
51
        hbox = gtk.HBox(spacing=6)
52
 
        hbox.set_border_width(12)
 
52
        hbox.set_border_width(0)
53
53
        self.add(hbox)
54
54
        hbox.show()
55
55