mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-04 04:55:28 -04:00
...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user