diff --git a/ui/app/AppLayouts/Wallet/panels/ManageHiddenPanel.qml b/ui/app/AppLayouts/Wallet/panels/ManageHiddenPanel.qml index 0e9bd7e570..44044ffaa6 100644 --- a/ui/app/AppLayouts/Wallet/panels/ManageHiddenPanel.qml +++ b/ui/app/AppLayouts/Wallet/panels/ManageHiddenPanel.qml @@ -205,9 +205,13 @@ Control { model: d.sfpm - displaced: Transition { - NumberAnimation { properties: "x,y"; easing.type: Easing.OutQuad } - } + // For some reason displaced transition doesn't work correctly in + // combination of delegate using Loader and leads to improper + // delegates positioning when the top-most item from the list is + // removed. + //displaced: Transition { + // NumberAnimation { properties: "x,y" } + //} delegate: Loader { required property var model