|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
|