Fix text font for header on build tool
This commit is contained in:
@@ -836,7 +836,7 @@ class _PreviewWidget(QTextBrowser):
|
||||
font = QFont()
|
||||
font.setFamily(family)
|
||||
font.setPointSize(size)
|
||||
self.setFont(font)
|
||||
self.document().setDefaultFont(font)
|
||||
return
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user