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

repoview: setStretchLastSection

on resizeColumns()

Changeset d15d8a3357c5

Parent 0e01c9749926

by Adrian Buehlmann

Changes to one file · Browse files at d15d8a3357c5 Showing diff from parent 0e01c9749926 Diff from another changeset...

 
213
214
215
 
216
217
218
 
213
214
215
216
217
218
219
@@ -213,6 +213,7 @@
  if model._columns[c] in model._stretchs:   w = model._stretchs[model._columns[c]] / tot_stretch   self.setColumnWidth(c, col1_width * w) + self.horizontalHeader().setStretchLastSection(True)     def revFromindex(self, index):   if not index.isValid():