/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 20:45:39 UTC
  • mto: (450.1.16 trunk)
  • mto: This revision was merged to the branch mainline in revision 458.
  • Revision ID: daniel.schierbeck@gmail.com-20080401204539-p6r10s6ds59j07rz
Increased row spacing in signature tab.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        signature_box = gtk.Table(rows=3, columns=3)
69
69
        signature_box.set_col_spacing(0, 12)
70
70
        signature_box.set_col_spacing(1, 6)
 
71
        signature_box.set_row_spacings(6)
71
72
 
72
73
        self.signature_image = gtk.Image()
73
74
        signature_box.attach(self.signature_image, 0, 1, 0, 1, gtk.FILL)
127
128
        else:
128
129
            self.show_no_signature()
129
130
 
130
 
 
131
131
    def show_no_signature(self):
132
132
        self.signature_key_id_label.hide()
133
133
        self.signature_key_id.set_text("")