From 23642815f6cdc30012712c51daaff9fcbad42193 Mon Sep 17 00:00:00 2001 From: glubsy Date: Thu, 30 Jul 2020 15:38:37 +0200 Subject: [PATCH] Remove unused properties in details table headers --- qt/details_table.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qt/details_table.py b/qt/details_table.py index c2a47874..faa0e012 100644 --- a/qt/details_table.py +++ b/qt/details_table.py @@ -86,8 +86,6 @@ class DetailsTable(QTableView): # The model needs to be set to set header stuff hheader = self.horizontalHeader() hheader.setHighlightSections(False) - hheader.setStretchLastSection(False) - hheader.resizeSection(0, 100) hheader.setSectionResizeMode(0, QHeaderView.Stretch) hheader.setSectionResizeMode(1, QHeaderView.Stretch) vheader = self.verticalHeader()