Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable repoview: fix indent level

Changeset c2c456a42379

Parent 5f9cacd7189a

by Yuya Nishihara

Changes to one file · Browse files at c2c456a42379 Showing diff from parent 5f9cacd7189a Diff from another changeset...

 
72
73
74
75
 
76
77
78
 
72
73
74
 
75
76
77
78
@@ -72,7 +72,7 @@
  QTableView.setModel(self, model)   #Check if the font contains the glyph needed by the model   if not QFontMetrics(self.font()).inFont(QString(u'\u2605').at(0)): - model.unicodestar = False + model.unicodestar = False   self.selectionModel().currentRowChanged.connect(self.onRowChange)   self.resetDelegate()   self._rev_history = []