URI: 
       tsmaller font size, we don't want the window to be larger than 800 pixels - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1c3ab882626c3b78660e779be6eb56f02ae94019
   DIR parent c586c5552832ee99b1a1f6c6e196e4b05b3be237
  HTML 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:
         M lib/gui_qt.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/gui_qt.py b/lib/gui_qt.py
       t@@ -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