test(StatusChatInfoButton): add objectName to StatusChatInfoButton
This commit is contained in:
parent
ed6aaab441
commit
bc5c86a2a4
|
@ -114,6 +114,7 @@ Rectangle {
|
||||||
|
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
id: chatName
|
id: chatName
|
||||||
|
objectName: "statusChatInfoButtonNameText"
|
||||||
|
|
||||||
anchors.left: statusIcon.visible ? statusIcon.right : parent.left
|
anchors.left: statusIcon.visible ? statusIcon.right : parent.left
|
||||||
anchors.leftMargin: statusIcon.visible ? 1 : 0
|
anchors.leftMargin: statusIcon.visible ? 1 : 0
|
||||||
|
|
Loading…
Reference in New Issue