From 7b0beaae5841eb90a15fbe17292ff8bc7e04148a Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Wed, 6 Oct 2021 11:34:59 -0600 Subject: [PATCH] applets/devicenotifier: Remove applet list item animations This was always the indended appearance, but it was being overridden by a bug in the ExpandableListItem itself. Let's remove the animations here so that the bug in question can be fixed while preserving the intended visual effect. --- .../devicenotifier/package/contents/ui/FullRepresentation.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applets/devicenotifier/package/contents/ui/FullRepresentation.qml b/applets/devicenotifier/package/contents/ui/FullRepresentation.qml index e068430f0..e752bce99 100644 --- a/applets/devicenotifier/package/contents/ui/FullRepresentation.qml +++ b/applets/devicenotifier/package/contents/ui/FullRepresentation.qml @@ -125,6 +125,8 @@ PlasmaComponents3.Page { udi: DataEngineSource } highlight: PlasmaComponents.Highlight { } + highlightMoveDuration: 0 + highlightResizeDuration: 0 currentIndex: devicenotifier.currentIndex