From 7de4014b28a43393e7d0bb447d474fe377a24ebb Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 10 Jul 2022 12:17:20 +0000 Subject: [PATCH] Update formatting --- imports/NeoChat/Component/Timeline/ReadMarkerDelegate.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/imports/NeoChat/Component/Timeline/ReadMarkerDelegate.qml b/imports/NeoChat/Component/Timeline/ReadMarkerDelegate.qml index b279b463f..b2856ac71 100644 --- a/imports/NeoChat/Component/Timeline/ReadMarkerDelegate.qml +++ b/imports/NeoChat/Component/Timeline/ReadMarkerDelegate.qml @@ -47,7 +47,10 @@ QQC2.ItemDelegate { transitions: [ Transition { - AnchorAnimation{duration: Kirigami.Units.longDuration; easing.type: Easing.OutCubic} + AnchorAnimation { + duration: Kirigami.Units.longDuration + easing.type: Easing.OutCubic + } } ]