1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-04-08 06:31:39 +00:00
Files
dupeguru/qt/pe/details_dialog.py
glubsy a55e02b36d Fix table maximum size being off by a few pixels
* Sometimes, the splitter doesn't fully reach the table maximum height, and the scrollbar is still displayed on the right because a few pixels are still hidden.
* It seems the splitter handle counts towards the total height of the widget (the table), so we add it to the maximum height of the table
* The scrollbar disappears when we reach just above the actual table's height
2020-09-02 23:45:31 +02:00

6.6 KiB