eric6/E5Gui/E5ProcessDialog.py

changeset 8065
3554ff6fbba5
parent 7923
91e843545d9a
child 8143
2c730d5fd177
--- 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:

eric ide

mercurial