WizardPasswordInput.qml Smaller fontsize

pull/2/head
xmr-eric 7 years ago committed by GitHub
parent 2e3350c060
commit e3f81b9c49

@ -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