mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
fix(Usernamelabel): ensure message time is positioned correctly
This commit is contained in:
parent
e11139df12
commit
c9f7928956
@ -5,7 +5,7 @@ import "../../../../../imports"
|
||||
Item {
|
||||
id: root
|
||||
height: childrenRect.height
|
||||
width: chatName.width + ensOrAlias.width + ensOrAlias.anchors.leftMargin
|
||||
width: chatName.width + (ensOrAlias.visible ? ensOrAlias.width + ensOrAlias.anchors.leftMargin : 0)
|
||||
property string userName: ""
|
||||
property string localName: ""
|
||||
property string alias: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user