mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
listview: workaround delegates overlapping and make spotlight launcher
have a stable anchor
port 1.5
(cherry picked from commit 2cb48aaf6b)
This commit is contained in:
@@ -301,20 +301,6 @@ Item {
|
||||
clip: true
|
||||
spacing: Theme.spacingXXS
|
||||
|
||||
states: [
|
||||
State {
|
||||
name: "snap"
|
||||
when: Theme.snapListModelChanges
|
||||
PropertyChanges {
|
||||
target: processListView
|
||||
add: null
|
||||
remove: null
|
||||
displaced: null
|
||||
move: null
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
model: ScriptModel {
|
||||
values: root.cachedProcesses
|
||||
objectProp: "pid"
|
||||
|
||||
Reference in New Issue
Block a user