summary refs log tree commit diff
path: root/resources/qml/Completer.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-01-27 19:19:21 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-27 19:19:21 +0100
commitd1280af2e4c704147a36da510faa0a994d3159c7 (patch)
tree459ba7dbdf0d50fe5ffef9ccb8a70756c11c9497 /resources/qml/Completer.qml
parentTranslate some of the new messages (diff)
downloadnheko-d1280af2e4c704147a36da510faa0a994d3159c7.tar.xz
Autoclose completer when space is pressed and no suggestion available
Diffstat (limited to 'resources/qml/Completer.qml')
-rw-r--r--resources/qml/Completer.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Completer.qml b/resources/qml/Completer.qml
index 7b71bd7f..750a0fdd 100644
--- a/resources/qml/Completer.qml
+++ b/resources/qml/Completer.qml
@@ -11,6 +11,7 @@ Popup {
     property string completerName
     property var completer
     property bool bottomToTop: true
+    property alias count: listView.count
 
     signal completionClicked(string completion)