forked from Public/monero-gui
WizardPasswordInput.qml Smaller fontsize
This commit is contained in:
@@ -42,7 +42,7 @@ ColumnLayout {
|
|||||||
id : password
|
id : password
|
||||||
focus:true
|
focus:true
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: (isMobile) ? 25 : 32
|
font.pixelSize: (isMobile) ? 25 : 26
|
||||||
echoMode: TextInput.Password
|
echoMode: TextInput.Password
|
||||||
style: TextFieldStyle {
|
style: TextFieldStyle {
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
|||||||
Reference in New Issue
Block a user