Add border to generated QR codes

This commit is contained in:
Guillaume LE VAILLANT
2018-10-14 13:55:59 +02:00
committed by Sander Ferdinand
parent ca7c0e0c55
commit f17c407100
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