mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-07 09:19:50 +00:00
prevent trimming too short in details panel's rows
This commit is contained in:
parent
c4a6958ef0
commit
ffae58040d
@ -52,6 +52,7 @@ class DetailsTable(QTableView):
|
||||
self.setAlternatingRowColors(True)
|
||||
self.setSelectionBehavior(QTableView.SelectRows)
|
||||
self.setShowGrid(False)
|
||||
self.setWordWrap(False)
|
||||
|
||||
def setModel(self, model):
|
||||
QTableView.setModel(self, model)
|
||||
|
Loading…
x
Reference in New Issue
Block a user