Merge branch 'enter' into 'develop'
Add enter-based navigation to login dialog See merge request b0/spectral!44
This commit is contained in:
@@ -101,6 +101,8 @@ ApplicationWindow {
|
||||
id: usernameField
|
||||
|
||||
placeholderText: "Username"
|
||||
|
||||
onAccepted: passwordField.forceActiveFocus()
|
||||
}
|
||||
|
||||
AutoTextField {
|
||||
@@ -110,6 +112,8 @@ ApplicationWindow {
|
||||
|
||||
placeholderText: "Password"
|
||||
echoMode: TextInput.Password
|
||||
|
||||
onAccepted: loginDialog.doLogin()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user