Skip to content
Snippets Groups Projects
Commit 13658d53 authored by Jussi Kuokkanen's avatar Jussi Kuokkanen
Browse files

make typing Rectangle extents cleaner

parent bafe1810
No related branches found
No related tags found
No related merge requests found
......@@ -438,14 +438,14 @@ Page {
id: typingRect
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 10
anchors.rightMargin: 10
color: (chat.model && chat.model.typingUsers.length > 0) ? colors.window : "transparent"
height: fontMetrics.height + 10
height: chatFooter.height
Label {
id: typingDisplay
anchors.left: parent.left
anchors.leftMargin: 10
anchors.right: parent.right
anchors.rightMargin: 10
color: colors.text
text: chat.model ? chat.model.formatTypingUsers(chat.model.typingUsers, colors.window) : ""
textFormat: Text.RichText
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment