Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

repoview: don't set alternating row colors

Changeset 890148e266c1

Parent 1612eb94edc5

by Adrian Buehlmann

Changes to one file · Browse files at 890148e266c1 Showing diff from parent 1612eb94edc5 Diff from another changeset...

 
73
74
75
76
77
78
79
 
73
74
75
 
76
77
78
@@ -73,7 +73,6 @@
  self.verticalHeader().setDefaultSectionSize(20)   self.setSelectionMode(QtGui.QAbstractItemView.SingleSelection)   self.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows) - self.setAlternatingRowColors(True)     self.createActions()   self.createToolbars()