1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

Stretch last header section in Result window

This commit is contained in:
glubsy 2020-07-30 15:16:31 +02:00
parent 79613f9b1e
commit 9b8637ffc8

View File

@ -332,7 +332,7 @@ class ResultWindow(QMainWindow):
h = self.resultsView.horizontalHeader() h = self.resultsView.horizontalHeader()
h.setHighlightSections(False) h.setHighlightSections(False)
h.setSectionsMovable(True) h.setSectionsMovable(True)
h.setStretchLastSection(False) h.setStretchLastSection(True)
h.setDefaultAlignment(Qt.AlignLeft) h.setDefaultAlignment(Qt.AlignLeft)
self.verticalLayout.addWidget(self.resultsView) self.verticalLayout.addWidget(self.resultsView)
self.setCentralWidget(self.centralwidget) self.setCentralWidget(self.centralwidget)