--- a/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py Sun Nov 02 17:32:53 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py Sun Nov 02 19:23:01 2014 +0100 @@ -362,6 +362,9 @@ if current: for dataSet in current.data(0, self.__fileStatisticsRole): QTreeWidgetItem(self.statisticsList, list(dataSet)) + self.statisticsList.header().resizeSections( + QHeaderView.ResizeToContents) + self.statisticsList.header().setStretchLastSection(True) totals = current.data(0, self.__totalStatisticsRole) self.filesLabel.setText(