Add border to generated QR codes

This commit is contained in:
Guillaume LE VAILLANT
2018-10-14 13:55:59 +02:00
parent 7adeb694c1
commit 79452bc9ac
2 changed files with 15 additions and 6 deletions

View File

@@ -473,7 +473,7 @@ Rectangle {
Image {
id: qrCode
anchors.fill: parent
anchors.margins: 6
anchors.margins: 1
smooth: false
fillMode: Image.PreserveAspectFit