mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 21:36:10 +01:00
Remove border from cover in conversion dialog as well
This commit is contained in:
parent
e4ef69b78f
commit
789a78ce39
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ def __init__(self, parent, get_option, get_help, db=None, book_id=None):
|
|||
self.comment.hide_toolbars()
|
||||
self.cover.cover_changed.connect(self.change_cover)
|
||||
self.series.currentTextChanged.connect(self.series_changed)
|
||||
self.cover.draw_border = False
|
||||
|
||||
def change_cover(self, data):
|
||||
self.cover_changed = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue