mirror of https://github.com/Nheko-Reborn/nheko
parent
a62276c289
commit
6a2e8a6952
@ -1,6 +1,6 @@ |
||||
TextMessage { |
||||
font.italic: true |
||||
color: colors.buttonText |
||||
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined |
||||
height: isReply ? Math.min(timelineRoot.height / 8, implicitHeight) : undefined |
||||
clip: isReply |
||||
} |
||||
|
Loading…
Reference in new issue