aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-03 19:16:31 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-03 19:16:31 +0200
commit27e8090096cdd2be3386a5b1bbb66ecc273966ec (patch)
treeff3417436f80b3c1a7f491a780d2fd4d59d51d28
parent2e3350c060a810fa48e5396ee22d3c35851d020a (diff)
parente3f81b9c494b5f20601295a32184d760ae466678 (diff)
downloadmonzero-gui-27e8090096cdd2be3386a5b1bbb66ecc273966ec.tar.gz
monzero-gui-27e8090096cdd2be3386a5b1bbb66ecc273966ec.tar.xz
monzero-gui-27e8090096cdd2be3386a5b1bbb66ecc273966ec.zip
Merge pull request #529
e3f81b9 WizardPasswordInput.qml Smaller fontsize (xmr-eric)
-rw-r--r--wizard/WizardPasswordInput.qml2
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