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
This commit is contained in:
Marco Martin 2015-09-28 17:41:12 +02:00
parent 92d3b613ee
commit 0f73ac2a5c

View file

@ -97,9 +97,10 @@ Rectangle {
Layout.preferredHeight: listView.contentHeight Layout.preferredHeight: listView.contentHeight
Layout.alignment: Qt.AlignTop Layout.alignment: Qt.AlignTop
Milou.ResultsView { Milou.ResultsListView {
id: listView id: listView
queryString: queryField.text queryString: queryField.text
highlight: null
onActivated: queryField.text = "" onActivated: queryField.text = ""
onUpdateQueryString: { onUpdateQueryString: {