Fix a rare text wrapping issue for CJK characters.
This commit is contained in:
@@ -158,14 +158,19 @@ ColumnLayout {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
TextEdit {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
color: !sentByMe ? MPalette.foreground : "white"
|
color: !sentByMe ? MPalette.foreground : "white"
|
||||||
text: "<style>a{color: " + color + ";} .user-pill{}</style>" + (replyVisible ? reply.display : "")
|
text: "<style>a{color: " + color + ";} .user-pill{}</style>" + (replyVisible ? reply.display : "")
|
||||||
|
|
||||||
|
font.family: window.font.family
|
||||||
|
selectByMouse: true
|
||||||
|
readOnly: true
|
||||||
wrapMode: Label.Wrap
|
wrapMode: Label.Wrap
|
||||||
textFormat: Label.RichText
|
selectedTextColor: darkBackground ? "white" : MPalette.accent
|
||||||
|
selectionColor: darkBackground ? MPalette.accent : "white"
|
||||||
|
textFormat: Text.RichText
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user