mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 12:46:08 +00:00
fix(StatusMessageReply): Remove overwrite for text height
Closes: #7750
This commit is contained in:
parent
92c62bdbdd
commit
e93890d04e
@ -86,7 +86,6 @@ Item {
|
|||||||
textField.text: replyDetails.messageText
|
textField.text: replyDetails.messageText
|
||||||
textField.font.pixelSize: Theme.secondaryTextFontSize
|
textField.font.pixelSize: Theme.secondaryTextFontSize
|
||||||
textField.color: Theme.palette.baseColor1
|
textField.color: Theme.palette.baseColor1
|
||||||
textField.height: 18
|
|
||||||
clip: true
|
clip: true
|
||||||
visible: !!replyDetails.messageText && replyDetails.contentType !== StatusMessage.ContentType.Sticker
|
visible: !!replyDetails.messageText && replyDetails.contentType !== StatusMessage.ContentType.Sticker
|
||||||
allowShowMore: false
|
allowShowMore: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user