mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
adjust invoice screen for scaling
This commit is contained in:
parent
902bc6f87a
commit
04dc6a0ea7
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue