From 0f73ac2a5cad8f6c1063c8af942a2d00fde15175 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 28 Sep 2015 17:41:12 +0200 Subject: [PATCH] use ResultsListView the layout of the desktop's krunner doesn't work there while the kde4 style makes a better use of the limited space --- containments/homescreen/package/contents/ui/KRunner.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containments/homescreen/package/contents/ui/KRunner.qml b/containments/homescreen/package/contents/ui/KRunner.qml index 86edd415..6e9279ca 100644 --- a/containments/homescreen/package/contents/ui/KRunner.qml +++ b/containments/homescreen/package/contents/ui/KRunner.qml @@ -97,9 +97,10 @@ Rectangle { Layout.preferredHeight: listView.contentHeight Layout.alignment: Qt.AlignTop - Milou.ResultsView { + Milou.ResultsListView { id: listView queryString: queryField.text + highlight: null onActivated: queryField.text = "" onUpdateQueryString: {