mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Prevent long saved searches from making the saved search dialog too wide
This commit is contained in:
parent
290533fbe6
commit
e46e6a9194
@ -647,6 +647,7 @@ class SavedSearches(Dialog):
|
||||
|
||||
self.description = d = QLabel(' \n \n ')
|
||||
d.setTextFormat(Qt.PlainText)
|
||||
d.setWordWrap(True)
|
||||
l.addWidget(d)
|
||||
|
||||
l.addWidget(self.bb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user