slightly smarter qr code widget that does not need size parameter
This commit is contained in:
@@ -1231,7 +1231,7 @@ class ElectrumWindow(QMainWindow):
|
||||
main_text.setText(self.wallet.get_master_public_key())
|
||||
main_text.setReadOnly(True)
|
||||
main_text.setMaximumHeight(170)
|
||||
qrw = QRCodeWidget(self.wallet.get_master_public_key(), 6)
|
||||
qrw = QRCodeWidget(self.wallet.get_master_public_key())
|
||||
|
||||
ok_button = QPushButton(_("OK"))
|
||||
ok_button.setDefault(True)
|
||||
|
||||
Reference in New Issue
Block a user