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

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