mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
use monospace font in order to enable ascii art
This commit is contained in:
parent
fed4dab029
commit
0a56abccff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue