Fix image events read counter being underlined

caused by 2ca01c69d8e56e903e346b604842cf0664583f0d
This commit is contained in:
miruka 2021-01-19 11:50:38 -04:00
parent 2d3553531d
commit fd2d9d2c31
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
- PCN docstrings - PCN docstrings
- PCN error handling - PCN error handling
- Change docs linking to dev branch back to master
- Room display name not updated when someone removes theirs - Room display name not updated when someone removes theirs
- Fix right margin of own `<image url>\n<image url>` messages - Fix right margin of own `<image url>\n<image url>` messages

View File

@ -142,7 +142,7 @@ HMxcImage {
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
text: loader.showDate + loader.showLocalEcho text: loader.showDate + loader.showLocalEcho
textFormat: Text.StyledText textFormat: Text.RichText
opacity: hover.hovered ? 0 : 1 opacity: hover.hovered ? 0 : 1
visible: opacity > 0 visible: opacity > 0