fix: fix chat time tooltip being too big

Fixes #1946
This commit is contained in:
Jonathan Rainville 2021-03-25 11:08:25 -04:00 committed by Iuri Matias
parent 012b5dc8a0
commit 0478a04db9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ StyledText {
StatusToolTip {
visible: hhandler.hovered
text: new Date(parseInt(timestamp, 10)).toLocaleString(Qt.locale(appSettings.locale))
width: 350
maxWidth: 350
}
HoverHandler {