mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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.alignment: Qt.AlignTop
|
||||
|
||||
Milou.ResultsView {
|
||||
Milou.ResultsListView {
|
||||
id: listView
|
||||
queryString: queryField.text
|
||||
highlight: null
|
||||
|
||||
onActivated: queryField.text = ""
|
||||
onUpdateQueryString: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue