Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py

changeset 3024
17c01303a239
parent 3009
bf5ae5d7477d
child 3058
0a02c433f52d
child 3160
209a07d7e401
equal deleted inserted replaced
3023:34ce20603bf7 3024:17c01303a239
54 54
55 def __resort(self): 55 def __resort(self):
56 """ 56 """
57 Private method to resort the tree. 57 Private method to resort the tree.
58 """ 58 """
59 self.propsList.sortItems(self.propsList.sortColumn(), 59 self.propsList.sortItems(
60 self.propsList.sortColumn(),
60 self.propsList.header().sortIndicatorOrder()) 61 self.propsList.header().sortIndicatorOrder())
61 62
62 def __resizeColumns(self): 63 def __resizeColumns(self):
63 """ 64 """
64 Private method to resize the list columns. 65 Private method to resize the list columns.

eric ide

mercurial