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

  • Committer: Jelmer Vernooij
  • Date: 2007-10-31 13:22:31 UTC
  • mfrom: (327.1.1 spacing)
  • Revision ID: jelmer@samba.org-20071031132231-3m0qh3gfo7p3dwk0
Merge spacing improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
    def construct(self):
67
67
        """Construct the window contents."""
68
 
        vbox = gtk.VBox(spacing=0)
 
68
        vbox = gtk.VBox(spacing=5)
69
69
        self.add(vbox)
70
70
 
71
71
        vbox.pack_start(self.construct_navigation(), expand=False, fill=True)