2020-02-09 03:24:24 +03:00
|
|
|
TextMessage {
|
2019-09-07 02:33:46 +03:00
|
|
|
font.italic: true
|
2020-03-28 21:12:00 +03:00
|
|
|
color: colors.buttonText
|
2020-05-13 02:09:40 +03:00
|
|
|
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
|
|
|
|
clip: true
|
2019-09-07 02:33:46 +03:00
|
|
|
}
|