Minor UX changes.

This commit is contained in:
Black Hat
2019-05-01 13:34:47 +08:00
parent ca66a29914
commit 27a279bc3c
2 changed files with 6 additions and 1 deletions

View File

@@ -84,6 +84,11 @@ Item {
]
}
Shortcut {
sequence: "Ctrl+F"
onActivated: searchField.forceActiveFocus()
}
ColumnLayout {
anchors.fill: parent
spacing: 0