mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1678549 [[Enhancement] Make Comments Editor Link Tool edit boxes wider](https://bugs.launchpad.net/calibre/+bug/1678549)
This commit is contained in:
parent
29f02c9f82
commit
78ac7cb6b1
@ -235,6 +235,7 @@ class EditorWidget(QWebView): # {{{
|
||||
d = QDialog(self)
|
||||
d.setWindowTitle(_('Create link'))
|
||||
l = QFormLayout()
|
||||
l.setFieldGrowthPolicy(QFormLayout.ExpandingFieldsGrow)
|
||||
d.setLayout(l)
|
||||
d.url = QLineEdit(d)
|
||||
d.name = QLineEdit(d)
|
||||
|
Loading…
x
Reference in New Issue
Block a user