electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 0a56abccfff2cb32979c16c987ec4b7ce9b8f94f
parent fed4dab029b8643ccb042feabc100914835781b1
Author: ThomasV <thomasv@gitorious>
Date:   Tue, 14 Feb 2012 19:51:47 +0100

use monospace font in order to enable ascii art

Diffstat:
Mclient/gui_qt.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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