mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
6 lines
158 B
QML
6 lines
158 B
QML
TextMessage {
|
|
font.italic: true
|
|
color: colors.buttonText
|
|
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
|
|
clip: true
|
|
}
|