ui: about page now closes on ESC

This commit is contained in:
Dag Heyman 2017-08-16 14:12:32 +02:00
parent a80b35579b
commit a37d21f40b
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -6,6 +6,11 @@ DefaultDialog {
id: aboutPage
title: qsTr("About Yubico Authenticator")
Item {
focus:true
Keys.onEscapePressed: close()
}
Label {
text: qsTr("Yubico Authenticator")
font.bold: true