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.
wilder-5.24
Nate Graham 4 years ago
parent f9827446dd
commit 7b0beaae58
  1. 2
      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

Loading…
Cancel
Save