mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-12-21 10:59:03 +00:00
Remove unused properties in details table headers
This commit is contained in:
parent
7e4f371841
commit
23642815f6
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user