Allow pressing escape to cancel in edit profile
This commit is contained in:
@@ -150,6 +150,8 @@ HGridLayout {
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: 480
|
||||
|
||||
Keys.onEscapePressed: cancelChanges()
|
||||
}
|
||||
|
||||
HLabeledTextField {
|
||||
@@ -165,6 +167,8 @@ HGridLayout {
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: 480
|
||||
|
||||
Keys.onEscapePressed: cancelChanges()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user