fix: remove explicit properties in usernamelabel

This commit is contained in:
Pascal Precht 2020-12-14 14:18:24 +01:00
parent 743858837a
commit 344880b3a3
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ Rectangle {
anchors.top: chatImage.top
anchors.left: chatImage.right
label.font.pixelSize: Style.current.primaryTextFontSize
userName: messageItem.userName
localName: messageItem.localName
alias: messageItem.alias
z: 51
}