diff --git a/wizard/WizardPasswordInput.qml b/wizard/WizardPasswordInput.qml index 3013c226..6be2f618 100644 --- a/wizard/WizardPasswordInput.qml +++ b/wizard/WizardPasswordInput.qml @@ -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