mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-25 04:59:27 +00:00
WizardPasswordInput.qml Smaller fontsize
This commit is contained in:
parent
2e3350c060
commit
e3f81b9c49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue