diff --git a/client/gui_qt.py b/client/gui_qt.py index aa7817911..38ff4780e 100644 --- a/client/gui_qt.py +++ b/client/gui_qt.py @@ -613,6 +613,7 @@ class ElectrumWindow(QMainWindow): def create_wall_tab(self): self.textbox = textbox = QTextEdit(self) + textbox.setFont(QFont('monospace')) textbox.setReadOnly(True) return textbox