feat(ui/modules/Linphone/Chat/Chat): add a tooltip when a date is hovered

This commit is contained in:
Ronan Abhamon 2017-06-13 10:06:07 +02:00
parent 6826218d4b
commit 1eb1417127

View file

@ -171,6 +171,10 @@ Rectangle {
)
verticalAlignment: Text.AlignVCenter
TooltipArea {
text: $chatEntry.timestamp.toLocaleString(Qt.locale(App.locale))
}
}
// Display content.