mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 18:13:29 +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
|
||||
focus: true
|
||||
label: "Username or Email"
|
||||
placeholderText: "Username or Email"
|
||||
activeFocusOnPress: true
|
||||
|
||||
ShortcutText {
|
||||
|
@ -151,8 +152,8 @@ Item {
|
|||
TextField {
|
||||
id: passwordField
|
||||
width: parent.width
|
||||
|
||||
label: "Password"
|
||||
placeholderText: "Password"
|
||||
echoMode: showPassword.checked ? TextInput.Normal : TextInput.Password
|
||||
activeFocusOnPress: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue