This commit is contained in:
Kovid Goyal 2023-04-24 11:01:45 +05:30
parent f4878d0509
commit 8a0088f50d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -181,7 +181,7 @@ class TrashView(Dialog):
self.db.expire_old_trash() self.db.expire_old_trash()
def sizeHint(self): def sizeHint(self):
return QSize(500, 650) return QSize(530, 650)
def do_operation_on_selected(self, func): def do_operation_on_selected(self, func):
ok_items, failed_items = [], [] ok_items, failed_items = [], []