Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

status: set difffont globally for diff headers

Changeset 75e74ca6bce2

Parent 43cc39e4ac01

by Steve Borho

Changes to one file · Browse files at 75e74ca6bce2 Showing diff from parent 43cc39e4ac01 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
335
336
337
338
 
339
340
341
 
335
336
337
 
338
339
340
341
@@ -335,7 +335,7 @@
  pango.FontDescription)   self.diff_tree = gtk.TreeView(self.diff_model)   self.diff_tree.get_selection().set_mode(gtk.SELECTION_MULTIPLE) - #self.diff_tree.modify_font(self.difffont) + self.diff_tree.modify_font(self.difffont)   self.diff_tree.set_headers_visible(False)   self.diff_tree.set_property('enable-grid-lines', True)   self.diff_tree.connect('row-activated',