mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 22:12:37 -04:00
Fix #2030727 [Category Editor: Window size issue](https://bugs.launchpad.net/calibre/+bug/2030727)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user