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

filelistview: don't set alternating row colors

Changeset e3ab2481b2fd

Parent 8b0adef97733

by Adrian Buehlmann

Changes to one file · Browse files at e3ab2481b2fd Showing diff from parent 8b0adef97733 Diff from another changeset...

 
35
36
37
38
39
40
41
 
35
36
37
 
38
39
40
@@ -35,7 +35,6 @@
  self.verticalHeader().setDefaultSectionSize(20)   self.setSelectionMode(QtGui.QAbstractItemView.SingleSelection)   self.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows) - self.setAlternatingRowColors(True)   self.setTextElideMode(Qt.ElideLeft)     self.horizontalHeader().setToolTip('Double click to toggle merge mode')