mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02: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
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ def ask_link(self):
|
|||
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…
Reference in a new issue