mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:54:55 +02:00
...
This commit is contained in:
parent
b1dbaa82ac
commit
49ef27d9e8
1 changed files with 1 additions and 0 deletions
|
|
@ -501,6 +501,7 @@ class CoverSettingsDialog(QDialog):
|
|||
|
||||
def __init__(self, mi=None, prefs=None, parent=None):
|
||||
QDialog.__init__(self, parent)
|
||||
self.setWindowTitle(_('Cover generation settings'))
|
||||
self.l = l = QVBoxLayout(self)
|
||||
self.setLayout(l)
|
||||
self.settings = CoverSettingsWidget(mi=mi, prefs=prefs, parent=self)
|
||||
|
|
|
|||
Loading…
Reference in a new issue