mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f4878d0509
commit
8a0088f50d
@ -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 = [], []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user