mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2030727 [Category Editor: Window size issue](https://bugs.launchpad.net/calibre/+bug/2030727)
This commit is contained in:
parent
42512baeac
commit
cafd71b86f
@ -31,6 +31,7 @@ class Dialog(QDialog):
|
||||
self.msg = m = QLabel(self)
|
||||
m.setOpenExternalLinks(True)
|
||||
m.setMinimumWidth(350), m.setWordWrap(True), m.setObjectName("msg")
|
||||
m.setMaximumHeight(400)
|
||||
m.setText(msg)
|
||||
|
||||
h.addWidget(self.icon_widget), h.addSpacing(10), h.addWidget(m)
|
||||
|
Loading…
x
Reference in New Issue
Block a user