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

repoview: do not set stretch mode for log header

Before this change, resizing the right edge of the author column caused
it's left edge to be moved, which was very weird (same for the date and
tags column).

Changeset f96124906d19

Parent 40f9876688ad

by Adrian Buehlmann

Changes to one file · Browse files at f96124906d19 Showing diff from parent 40f9876688ad Diff from another changeset...

 
184
185
186
187
188
189
190
191
 
184
185
186
 
 
187
188
189
@@ -184,8 +184,6 @@
  SIGNAL('currentRowChanged (const QModelIndex & , const QModelIndex & )'),   self.revisionSelected)   self.goto_toolbar.compl_model.setStringList(model.repo.tags().keys()) - col = list(model._columns).index('Log') - self.horizontalHeader().setResizeMode(col, QHeaderView.Stretch)     def enableAutoResize(self, *args):   self._autoresize = True