mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Revert stretching last section in Result window
* It seems that stretching the last section automatically is a bit inconvenient on MacOS as it will grow beyond the window border. * Keep it as it was before for now until a better solution is devised.
This commit is contained in:
parent
3be1ee87c6
commit
056fa819cc
@ -360,7 +360,7 @@ class ResultWindow(QMainWindow):
|
||||
h = self.resultsView.horizontalHeader()
|
||||
h.setHighlightSections(False)
|
||||
h.setSectionsMovable(True)
|
||||
h.setStretchLastSection(True)
|
||||
h.setStretchLastSection(False)
|
||||
h.setDefaultAlignment(Qt.AlignLeft)
|
||||
self.verticalLayout.addWidget(self.resultsView)
|
||||
self.setCentralWidget(self.centralwidget)
|
||||
|
Loading…
x
Reference in New Issue
Block a user