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

stable repowidget: resize columns after moving to initial position

It'll give consistent column widths according to visible items.

Changeset 37e18ccda0f5

Parent 110b269dd991

by Yuya Nishihara

Changes to one file · Browse files at 37e18ccda0f5 Showing diff from parent 110b269dd991 Diff from another changeset...

 
566
567
568
 
569
570
571
572
573
 
566
567
568
569
570
 
571
572
573
@@ -566,8 +566,8 @@
    def modelFilled(self):   'initial batch of revisions loaded' + self.repoview.goto(self._reload_rev) # emits revisionSelected   self.repoview.resizeColumns() - self.repoview.goto(self._reload_rev) # emits revisionSelected     def modelLoaded(self):   'all revisions loaded (graph generator completed)'