mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
004d10bfee
In the future we should probably add a gradient when clipped...
6 lines
146 B
QML
6 lines
146 B
QML
TextMessage {
|
|
font.italic: true
|
|
color: colors.buttonText
|
|
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
|
|
clip: true
|
|
}
|