fix payto size
authorThomasV <thomasv@gitorious>
Tue, 24 Jun 2014 20:28:54 +0000 (22:28 +0200)
committerThomasV <thomasv@gitorious>
Tue, 24 Jun 2014 20:28:54 +0000 (22:28 +0200)
gui/qt/paytoedit.py

index 35bdfe7..07deb94 100644 (file)
@@ -46,6 +46,7 @@ class PayToEdit(QRTextEdit):
         self.outputs = []
         self.is_pr = False
         self.scan_f = self.win.pay_from_URI
+        self.update_size()
 
     def lock_amount(self):
         self.amount_edit.setFrozen(True)