mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Fix computing and setting offset to 0 for tableview
This commit is contained in:
@@ -105,7 +105,7 @@ class DetailsDialog(DetailsDialogBase):
|
||||
* self.tableModel.model.row_count()
|
||||
+ self.tableView.verticalHeader().sectionSize(0)
|
||||
# Windows seems to add a few pixels more to the table somehow
|
||||
+ 5 if ISWINDOWS else 0)
|
||||
+ (5 if ISWINDOWS else 0))
|
||||
DetailsDialogBase.show(self)
|
||||
self.ensure_same_sizes()
|
||||
self._update()
|
||||
|
||||
Reference in New Issue
Block a user