diff -r e008f34c245b -r df0c2a045c72 DataViews/CodeMetricsDialog.py --- a/DataViews/CodeMetricsDialog.py Fri Jan 06 13:05:59 2012 +0100 +++ b/DataViews/CodeMetricsDialog.py Sun Jan 08 20:05:08 2012 +0100 @@ -81,7 +81,6 @@ """ Private method to resize the list columns. """ - self.summaryList.doItemsLayout() self.summaryList.header().resizeSections(QHeaderView.ResizeToContents) self.summaryList.header().setStretchLastSection(True)