1
0

Merge pull request #7218 from verretor/2021-04-qrcodes

Avoid hiding QR codes with help_text
This commit is contained in:
ThomasV
2021-04-18 10:52:23 +02:00
committed by GitHub

View File

@@ -118,6 +118,7 @@ class QRDialog(WindowModalDialog):
help_text = data if show_text else help_text
if help_text:
qr_hbox.setContentsMargins(0, 0, 0, 44)
text_label = WWLabel()
text_label.setText(help_text)
vbox.addWidget(text_label)