From e3f81b9c494b5f20601295a32184d760ae466678 Mon Sep 17 00:00:00 2001
From: xmr-eric <eric@moneroeric.com>
Date: Fri, 3 Mar 2017 12:07:40 -0500
Subject: [PATCH] WizardPasswordInput.qml Smaller fontsize

---
 wizard/WizardPasswordInput.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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