use monospace font in order to enable ascii art
This commit is contained in:
@@ -613,6 +613,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
|
|
||||||
def create_wall_tab(self):
|
def create_wall_tab(self):
|
||||||
self.textbox = textbox = QTextEdit(self)
|
self.textbox = textbox = QTextEdit(self)
|
||||||
|
textbox.setFont(QFont('monospace'))
|
||||||
textbox.setReadOnly(True)
|
textbox.setReadOnly(True)
|
||||||
return textbox
|
return textbox
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user