electrum

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

commit 1c3ab882626c3b78660e779be6eb56f02ae94019
parent c586c5552832ee99b1a1f6c6e196e4b05b3be237
Author: thomasv <thomasv@gitorious>
Date:   Thu, 29 Nov 2012 10:26:10 +0100

smaller font size, we don't want the window to be larger than 800 pixels

Diffstat:
Mlib/gui_qt.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/gui_qt.py b/lib/gui_qt.py @@ -212,7 +212,7 @@ class QR_Window(QWidget): def set_content(self, addr, label, amount): self.address = addr - address_text = "<span style='font-size: 21pt'>%s</span>" % addr if addr else "" + address_text = "<span style='font-size: 18pt'>%s</span>" % addr if addr else "" self.address_label.setText(address_text) self.amount = amount