--- a/src/eric7/MicroPython/Devices/PyBoardDevices.py Fri Sep 27 11:00:27 2024 +0200 +++ b/src/eric7/MicroPython/Devices/PyBoardDevices.py Fri Sep 27 17:27:11 2024 +0200 @@ -387,7 +387,10 @@ "--list", ] dlg = EricProcessDialog( - self.tr("'dfu-util' Output"), self.tr("List DFU capable Devices") + self.tr("'dfu-util' Output"), + self.tr("List DFU capable Devices"), + monospacedFont=Preferences.getEditorOtherFonts("MonospacedFont"), + encoding=Preferences.getSystem("IOEncoding"), ) res = dlg.startProcess(program, args) if res: @@ -427,6 +430,10 @@ dlg = EricProcessDialog( self.tr("'dfu-util' Output"), self.tr("Flash MicroPython Firmware"), + monospacedFont=Preferences.getEditorOtherFonts( + "MonospacedFont" + ), + encoding=Preferences.getSystem("IOEncoding"), ) res = dlg.startProcess(program, args) if res: