mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 01:16:11 +01:00
More stupid PyQt enums
This commit is contained in:
parent
700542e74a
commit
c40135d28c
1 changed files with 1 additions and 1 deletions
|
|
@ -677,7 +677,7 @@ def cf():
|
|||
'will stop working if the file is moved.'))
|
||||
la.setWordWrap(True)
|
||||
la.setStyleSheet('QLabel { margin-bottom: 1.5ex }')
|
||||
l.setWidget(0, l.SpanningRole, la)
|
||||
l.setWidget(0, QFormLayout.ItemRole.SpanningRole, la)
|
||||
l.addRow(_('Enter &URL:'), d.url)
|
||||
l.addRow(_('Treat the URL as an &image'), d.treat_as_image)
|
||||
l.addRow(_('Enter &name (optional):'), d.name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue