Prevent long saved searches from making the saved search dialog too wide

This commit is contained in:
Kovid Goyal 2014-08-12 16:07:57 +05:30
parent 290533fbe6
commit e46e6a9194

View File

@ -647,6 +647,7 @@ class SavedSearches(Dialog):
self.description = d = QLabel(' \n \n ') self.description = d = QLabel(' \n \n ')
d.setTextFormat(Qt.PlainText) d.setTextFormat(Qt.PlainText)
d.setWordWrap(True)
l.addWidget(d) l.addWidget(d)
l.addWidget(self.bb) l.addWidget(self.bb)