2020-02-09 03:24:24 +03:00
|
|
|
TextMessage {
|
2020-10-08 22:11:21 +03:00
|
|
|
font.italic: true
|
|
|
|
color: colors.buttonText
|
|
|
|
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
|
2020-10-22 22:02:39 +03:00
|
|
|
clip: isReply
|
2019-09-07 02:33:46 +03:00
|
|
|
}
|