mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 16:28:11 +00:00
feat(ui/modules/Linphone/Chat/Chat): add a tooltip when a date is hovered
This commit is contained in:
parent
6826218d4b
commit
1eb1417127
1 changed files with 4 additions and 0 deletions
|
|
@ -171,6 +171,10 @@ Rectangle {
|
|||
)
|
||||
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
TooltipArea {
|
||||
text: $chatEntry.timestamp.toLocaleString(Qt.locale(App.locale))
|
||||
}
|
||||
}
|
||||
|
||||
// Display content.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue