adjust invoice screen for scaling
This commit is contained in:
@@ -212,12 +212,12 @@ class QR_Window(QWidget):
|
|||||||
main_box = QHBoxLayout()
|
main_box = QHBoxLayout()
|
||||||
|
|
||||||
self.qrw = QRCodeWidget()
|
self.qrw = QRCodeWidget()
|
||||||
main_box.addWidget(self.qrw)
|
main_box.addWidget(self.qrw, 1)
|
||||||
|
|
||||||
vbox = QVBoxLayout()
|
vbox = QVBoxLayout()
|
||||||
main_box.addLayout(vbox)
|
main_box.addLayout(vbox)
|
||||||
|
|
||||||
main_box.addStretch(1)
|
#main_box.addStretch(1)
|
||||||
|
|
||||||
self.address_label = QLabel("")
|
self.address_label = QLabel("")
|
||||||
self.address_label.setFont(QFont(MONOSPACE_FONT))
|
self.address_label.setFont(QFont(MONOSPACE_FONT))
|
||||||
|
|||||||
Reference in New Issue
Block a user