--- a/eric6/E5Gui/E5ProcessDialog.py Thu Feb 04 10:18:36 2021 +0100 +++ b/eric6/E5Gui/E5ProcessDialog.py Thu Feb 04 14:35:13 2021 +0100 @@ -51,6 +51,12 @@ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) + font = Preferences.getEditorOtherFonts("MonospacedFont") + self.resultbox.setFontFamily(font.family()) + self.resultbox.setFontPointSize(font.pointSize()) + self.errors.setFontFamily(font.family()) + self.errors.setFontPointSize(font.pointSize()) + if windowTitle: self.setWindowTitle(windowTitle) if outputTitle: