fix(Usernamelabel): ensure message time is positioned correctly
This commit is contained in:
parent
e11139df12
commit
c9f7928956
|
@ -5,7 +5,7 @@ import "../../../../../imports"
|
||||||
Item {
|
Item {
|
||||||
id: root
|
id: root
|
||||||
height: childrenRect.height
|
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 userName: ""
|
||||||
property string localName: ""
|
property string localName: ""
|
||||||
property string alias: ""
|
property string alias: ""
|
||||||
|
|
Loading…
Reference in New Issue