1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-03 11:02:08 -04:00

processes: fix list gaps and overlap when searching (#2315)

This commit is contained in:
Body
2026-04-30 17:45:46 +02:00
committed by GitHub
parent 23ed795e85
commit d8bf3bdfe8

View File

@@ -301,10 +301,10 @@ Item {
clip: true
spacing: 2
add: root.searchText.length > 0 ? ListViewTransitions.add : null
remove: root.searchText.length > 0 ? ListViewTransitions.remove : null
displaced: root.searchText.length > 0 ? ListViewTransitions.displaced : null
move: root.searchText.length > 0 ? ListViewTransitions.move : null
add: null
remove: null
displaced: null
move: null
model: ScriptModel {
values: root.cachedProcesses