mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
More cleanups
- Cleanup columns.py and tables - Other misc cleanups - Remove text_field.py from qtlib as it is not used - Remove unused variables from image_viewer method
This commit is contained in:
@@ -12,8 +12,8 @@ from qtlib.table import Table
|
||||
|
||||
class ProblemTable(Table):
|
||||
COLUMNS = [
|
||||
Column("path", defaultWidth=150),
|
||||
Column("msg", defaultWidth=150),
|
||||
Column("path", default_width=150),
|
||||
Column("msg", default_width=150),
|
||||
]
|
||||
|
||||
def __init__(self, model, view, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user