1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-12 08:42:13 -04:00

dankbar: remove behaviors from monitoring widgets

This commit is contained in:
bbedward
2026-02-19 11:49:55 -05:00
parent 26846c8d55
commit c4df242f07
6 changed files with 0 additions and 49 deletions

View File

@@ -193,13 +193,6 @@ BasePill {
}
width: Math.max(diskBaseline.width, paintedWidth)
Behavior on width {
NumberAnimation {
duration: 120
easing.type: Easing.OutCubic
}
}
}
}
}