mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
Bring qr-code in full visiblity
This commit is contained in:
parent
57cc413edc
commit
850d3580ae
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class QRCodeWidget(QWidget):
|
||||||
def paintEvent(self, e):
|
def paintEvent(self, e):
|
||||||
qp = QtGui.QPainter()
|
qp = QtGui.QPainter()
|
||||||
qp.begin(self)
|
qp.begin(self)
|
||||||
boxsize = 7
|
boxsize = 6
|
||||||
size = self.qr.getModuleCount()*boxsize
|
size = self.qr.getModuleCount()*boxsize
|
||||||
k = self.qr.getModuleCount()
|
k = self.qr.getModuleCount()
|
||||||
black = QColor(0, 0, 0, 255)
|
black = QColor(0, 0, 0, 255)
|
||||||
|
|
Loading…
Add table
Reference in a new issue