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

@ -13,7 +13,6 @@
- When qml syntax highlighting supports ES6 string interpolation, use that
- Fixes
- Time on their own lines
- When selecting text and scrolling up, selection stops working after a while
- Ensure all the text that should be copied is copied
- Mouse wheel scrolling speed in event list

View File

@ -112,6 +112,8 @@ 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 + '>' +