mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-06 02:37:21 +03:00
ui: increase code size a bit
This commit is contained in:
parent
a885dbd3fe
commit
a80b35579b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user