mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 04:06:02 +00:00
test(StatusTextMessage): add objectName for test
This commit is contained in:
parent
508b3f35cf
commit
cdf9344943
@ -25,6 +25,7 @@ Item {
|
||||
|
||||
TextEdit {
|
||||
id: chatText
|
||||
objectName: "StatusTextMessage_chatText"
|
||||
|
||||
readonly property int effectiveHeight: d.veryLongChatText && !d.readMore ? Math.min(chatText.implicitHeight, 200)
|
||||
: chatText.implicitHeight
|
||||
|
Loading…
x
Reference in New Issue
Block a user