Merge pull request #529

e3f81b9 WizardPasswordInput.qml Smaller fontsize (xmr-eric)
This commit is contained in:
Riccardo Spagni 2017-03-03 19:16:31 +02:00
commit 27e8090096
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -42,7 +42,7 @@ ColumnLayout {
id : password
focus:true
font.family: "Arial"
font.pixelSize: (isMobile) ? 25 : 32
font.pixelSize: (isMobile) ? 25 : 26
echoMode: TextInput.Password
style: TextFieldStyle {
renderType: Text.NativeRendering