mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6678d4ccae
commit
f1cfe3cb29
@ -657,6 +657,7 @@ class InsertLink(Dialog):
|
||||
h.addLayout(fnl), h.setStretch(1, 1)
|
||||
|
||||
self.tl = tl = QFormLayout()
|
||||
tl.setFieldGrowthPolicy(tl.AllNonFixedFieldsGrow)
|
||||
self.target = t = QLineEdit(self)
|
||||
t.setPlaceholderText(_('The destination (href) for the link'))
|
||||
tl.addRow(_('&Target:'), t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user