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

status: remove italic style from rejected hunks

Changeset 30855f5c287c

Parent e10e554646fb

by Steve Borho

Changes to one file · Browse files at 30855f5c287c Showing diff from parent e10e554646fb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
356
357
358
359
 
360
361
362
 
356
357
358
 
359
360
361
362
@@ -356,7 +356,7 @@
    # differentiate rejected hunks   self.rejfont = self.difffont.copy() - self.rejfont.set_style(pango.STYLE_ITALIC) + #self.rejfont.set_style(pango.STYLE_ITALIC)   self.rejfont.set_weight(pango.WEIGHT_LIGHT)   diffcol.add_attribute(cell, 'font-desc', DM_FONT)   cell.set_property('background', '#EEEEEE')