Fix message times being on a separate line

This commit is contained in:
miruka
2019-09-12 20:13:47 -04:00
parent ebf6d36c01
commit 7f29716a61
2 changed files with 3 additions and 2 deletions

View File

@@ -112,7 +112,9 @@ Row {
text: theme.chat.message.styleInclude +
eventContent.eventText +
// time
" " +
// for some reason, if there's only one space,
// times will be on their own lines most of the time.
" " +
"<font size=" + theme.fontSize.small +
"px color=" + theme.chat.message.date + '>' +
eventTime +