Tab should remove focus from search

This commit is contained in:
Dag Heyman 2017-03-15 14:57:01 +01:00
parent 3ee7f4d25a
commit a352091fc5
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -455,6 +455,7 @@ ApplicationWindow {
visible: canShowCredentials && device.hasAnyCredentials()
placeholderText: 'Search...'
Layout.fillWidth: true
KeyNavigation.tab: scrollView
}
}