adjust invoice screen for scaling

This commit is contained in:
bkkcoins 2013-01-04 14:06:35 +07:00
parent 902bc6f87a
commit 04dc6a0ea7
1 changed files with 2 additions and 2 deletions

View File

@ -212,12 +212,12 @@ class QR_Window(QWidget):
main_box = QHBoxLayout()
self.qrw = QRCodeWidget()
main_box.addWidget(self.qrw)
main_box.addWidget(self.qrw, 1)
vbox = QVBoxLayout()
main_box.addLayout(vbox)
main_box.addStretch(1)
#main_box.addStretch(1)
self.address_label = QLabel("")
self.address_label.setFont(QFont(MONOSPACE_FONT))