mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 18:43:20 +02:00
Adding placeholder text
This commit is contained in:
parent
dc02ff66f5
commit
dcf2e00bd7
1 changed files with 2 additions and 1 deletions
|
@ -124,6 +124,7 @@ Item {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
focus: true
|
focus: true
|
||||||
label: "Username or Email"
|
label: "Username or Email"
|
||||||
|
placeholderText: "Username or Email"
|
||||||
activeFocusOnPress: true
|
activeFocusOnPress: true
|
||||||
|
|
||||||
ShortcutText {
|
ShortcutText {
|
||||||
|
@ -151,8 +152,8 @@ Item {
|
||||||
TextField {
|
TextField {
|
||||||
id: passwordField
|
id: passwordField
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
label: "Password"
|
label: "Password"
|
||||||
|
placeholderText: "Password"
|
||||||
echoMode: showPassword.checked ? TextInput.Normal : TextInput.Password
|
echoMode: showPassword.checked ? TextInput.Normal : TextInput.Password
|
||||||
activeFocusOnPress: true
|
activeFocusOnPress: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue