This commit is contained in:
Kovid Goyal 2017-02-21 10:17:38 +05:30
parent 6678d4ccae
commit f1cfe3cb29

View File

@ -657,6 +657,7 @@ class InsertLink(Dialog):
h.addLayout(fnl), h.setStretch(1, 1) h.addLayout(fnl), h.setStretch(1, 1)
self.tl = tl = QFormLayout() self.tl = tl = QFormLayout()
tl.setFieldGrowthPolicy(tl.AllNonFixedFieldsGrow)
self.target = t = QLineEdit(self) self.target = t = QLineEdit(self)
t.setPlaceholderText(_('The destination (href) for the link')) t.setPlaceholderText(_('The destination (href) for the link'))
tl.addRow(_('&Target:'), t) tl.addRow(_('&Target:'), t)