mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-04 03:22:12 -04:00
processes: fix list gaps and overlap when searching (#2315)
This commit is contained in:
@@ -301,10 +301,10 @@ Item {
|
|||||||
clip: true
|
clip: true
|
||||||
spacing: 2
|
spacing: 2
|
||||||
|
|
||||||
add: root.searchText.length > 0 ? ListViewTransitions.add : null
|
add: null
|
||||||
remove: root.searchText.length > 0 ? ListViewTransitions.remove : null
|
remove: null
|
||||||
displaced: root.searchText.length > 0 ? ListViewTransitions.displaced : null
|
displaced: null
|
||||||
move: root.searchText.length > 0 ? ListViewTransitions.move : null
|
move: null
|
||||||
|
|
||||||
model: ScriptModel {
|
model: ScriptModel {
|
||||||
values: root.cachedProcesses
|
values: root.cachedProcesses
|
||||||
|
|||||||
Reference in New Issue
Block a user