diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-03-03 12:07:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-03 12:07:40 -0500 |
| commit | e3f81b9c494b5f20601295a32184d760ae466678 (patch) | |
| tree | ff3417436f80b3c1a7f491a780d2fd4d59d51d28 | |
| parent | 2e3350c060a810fa48e5396ee22d3c35851d020a (diff) | |
| download | monzero-gui-e3f81b9c494b5f20601295a32184d760ae466678.tar.gz monzero-gui-e3f81b9c494b5f20601295a32184d760ae466678.tar.xz monzero-gui-e3f81b9c494b5f20601295a32184d760ae466678.zip | |
WizardPasswordInput.qml Smaller fontsize
| -rw-r--r-- | wizard/WizardPasswordInput.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
