This commit is contained in:
Kovid Goyal 2022-02-10 11:05:58 +05:30
parent 6cfb2e9ab1
commit 14919c9531
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -462,6 +462,7 @@ class IdentifyWidget(QWidget): # {{{
self.query = QLabel('download starting...') self.query = QLabel('download starting...')
self.query.setWordWrap(True) self.query.setWordWrap(True)
self.query.setTextFormat(Qt.TextFormat.PlainText)
l.addWidget(self.query) l.addWidget(self.query)
self.comments_view.show_wait() self.comments_view.show_wait()