mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
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:
parent
92d3b613ee
commit
0f73ac2a5c
1 changed files with 2 additions and 1 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue