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
1 changed files with 1 additions and 1 deletions

View File

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