Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

reporegistry: don't hide header if paths are shown

without the header, we cannot adjust the column width
of the paths

Changeset f39cda645380

Parent 7e256fd179a1

by Adrian Buehlmann

Changes to one file · Browse files at f39cda645380 Showing diff from parent 7e256fd179a1 Diff from another changeset...

 
218
219
220
 
221
222
223
 
218
219
220
221
222
223
224
@@ -218,6 +218,7 @@
    def showPaths(self, show):   self.tview.setColumnHidden(1, not show) + self.tview.setHeaderHidden(not show)   if show:   self.tview.resizeColumnToContents(0)   self.tview.resizeColumnToContents(1)