Browse Source

use monospace font in order to enable ascii art

283
ThomasV 13 years ago
parent
commit
0a56abccff
  1. 1
      client/gui_qt.py

1
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

Loading…
Cancel
Save