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

This commit is contained in:
thomasv 2012-11-29 10:26:10 +01:00
parent c586c55528
commit 1c3ab88262
1 changed files with 1 additions and 1 deletions

View File

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