dupeguru/qt
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
..
me Fix layout error 2020-07-31 22:37:18 +02:00
pe Fix table maximum size being off by a few pixels 2020-09-02 23:45:31 +02:00
se Fix layout error 2020-07-31 22:37:18 +02:00
__init__.py Removed .ui files and made the UI setup "by hand". ui files cause more problems than they solve (UI designer is limited in what it can do). 2010-10-04 15:29:00 +02:00
app.py Highlight rows when testing regex string 2020-09-01 23:02:58 +02:00
deletion_options.py Format files with black 2019-12-31 20:16:27 -06:00
details_dialog.py Save dock panel position on quit 2020-07-30 20:25:20 +02:00
details_table.py Remove unused properties in details table headers 2020-07-30 15:38:37 +02:00
dg.qrc Implement exclude list dialog on the Qt side 2020-08-17 05:54:59 +02:00
directories_dialog.py Implement dialog and base classes for model/view 2020-08-14 20:19:47 +02:00
directories_model.py Format files with black 2019-12-31 20:16:27 -06:00
exclude_list_dialog.py Highlight rows when testing regex string 2020-09-01 23:02:58 +02:00
exclude_list_table.py Highlight rows when testing regex string 2020-09-01 23:02:58 +02:00
ignore_list_dialog.py Merge branch 'master' into tab_window 2020-07-29 21:48:32 +02:00
ignore_list_table.py Implement dialog and base classes for model/view 2020-08-14 20:19:47 +02:00
platform.py Format files with black 2019-12-31 20:16:27 -06:00
preferences.py Merge branch 'master' into details_dialog_improvements 2020-08-01 18:29:22 +02:00
preferences_dialog.py Prevent widget from stretching in layout 2020-09-02 20:26:23 +02:00
prioritize_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
problem_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
problem_table.py Format files with black 2019-12-31 20:16:27 -06:00
result_window.py Revert stretching last section in Result window 2020-08-01 18:42:46 +02:00
results_model.py Fix typo in class member reference 2020-08-03 16:18:15 +02:00
stats_label.py Format files with black 2019-12-31 20:16:27 -06:00
tabbed_window.py Fix tab indices not aligned with stackwidget's 2020-08-23 16:49:43 +02:00