From 520b658c091a0f022a00c73f51e45a9f83cc5cc5 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Tue, 13 Feb 2024 14:48:17 +0300 Subject: [PATCH] chore: add object name for EditCroppedImage item --- ui/imports/shared/panels/EditCroppedImagePanel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/imports/shared/panels/EditCroppedImagePanel.qml b/ui/imports/shared/panels/EditCroppedImagePanel.qml index 97ed14dd33..fa94083d24 100644 --- a/ui/imports/shared/panels/EditCroppedImagePanel.qml +++ b/ui/imports/shared/panels/EditCroppedImagePanel.qml @@ -49,6 +49,7 @@ Item { implicitWidth: mainLayout.implicitWidth implicitHeight: mainLayout.implicitHeight + objectName: "editCroppedImageItem_" + root.title states: [ State {