summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-08 18:21:27 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-08 18:21:27 +0800
commit341f456177a17ce5eebf068ce918ddff02012507 (patch)
tree5cc7d8bafabb37c4d9714d7b46db7e5662080f36
parentc47e6982f187ac363d62d396819f5b438c63aad4 (diff)
Set sign in pass echo mode
-rw-r--r--SignInFlickable.ui.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/SignInFlickable.ui.qml b/SignInFlickable.ui.qml
index 4d83eaa..17f11be 100644
--- a/SignInFlickable.ui.qml
+++ b/SignInFlickable.ui.qml
@@ -108,6 +108,7 @@ GridLayout {
TextField {
id: password
placeholderText: qsTr("password")
+ echoMode: TextInput.Password
font.pixelSize: 16
font.family: "Roboto"
Layout.fillWidth: true