1
0

fixedSize qrcode widget

This commit is contained in:
ThomasV
2014-06-17 14:58:12 +02:00
parent 3fa113d76b
commit e5b44bacda
2 changed files with 8 additions and 4 deletions

View File

@@ -687,7 +687,7 @@ class ElectrumWindow(QMainWindow):
grid.addWidget(clear_button, 3, 2)
grid.setRowStretch(4, 1)
self.receive_qr = QRCodeWidget()
self.receive_qr = QRCodeWidget(fixedSize=200)
grid.addWidget(self.receive_qr, 0, 4, 5, 2)
grid.setRowStretch(5, 1)