Fix #1707287 [Make advanced search text field bigger](https://bugs.launchpad.net/calibre/+bug/1707287)

This commit is contained in:
Kovid Goyal 2017-07-29 10:56:41 +05:30
parent 8528c50b42
commit 9add5fd02e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -100,6 +100,7 @@ def create_adv_tab(self):
l.addRow(text, le)
w.g2.l = l = QFormLayout(w.g2)
l.setFieldGrowthPolicy(l.AllNonFixedFieldsGrow)
self.none = le = QLineEdit(w)
l.addRow(_("Any of these &unwanted words:"), le)