ui: increase code size a bit

This commit is contained in:
Dag Heyman 2017-08-16 09:35:13 +02:00
parent a885dbd3fe
commit a80b35579b
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -291,7 +291,7 @@ ApplicationWindow {
opacity: isExpired(modelData) ? 0.6 : 1
visible: modelData.code !== null
text: qsTr("") + getSpacedCredential(modelData.code)
font.pointSize: issuerLbl.font.pointSize * 1.6
font.pointSize: issuerLbl.font.pointSize * 1.8
color: getCredentialTextColor(modelData)
}
Label {