Fix constant in error handler
This commit is contained in:
@@ -76,7 +76,7 @@ class NWErrorMessage(QDialog):
|
|||||||
|
|
||||||
font = QFont()
|
font = QFont()
|
||||||
font.setPointSize(round(0.9*self.font().pointSize()))
|
font.setPointSize(round(0.9*self.font().pointSize()))
|
||||||
font.setFamily(QFontDatabase.systemFont(QFontDatabase.FixedFont).family())
|
font.setFamily(QFontDatabase.systemFont(QFontDatabase.SystemFont.FixedFont).family())
|
||||||
|
|
||||||
self.msgBody = QPlainTextEdit()
|
self.msgBody = QPlainTextEdit()
|
||||||
self.msgBody.setFont(font)
|
self.msgBody.setFont(font)
|
||||||
|
|||||||
Reference in New Issue
Block a user