EventImage: fix empty bubble in the corner
This commit is contained in:
parent
3acd3ba66a
commit
67cffa854d
|
@ -67,7 +67,7 @@ HMxcImage {
|
|||
EventImageTextBubble {
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
text: [loader.showDate, loader.showLocalEcho].join(" ")
|
||||
text: [loader.showDate, loader.showLocalEcho].join(" ").trim()
|
||||
textFormat: Text.StyledText
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user