Fix truncated "Loading previous messag..." text
This commit is contained in:
parent
6b9077816e
commit
87ad3ccab1
|
@ -509,7 +509,9 @@ Rectangle {
|
||||||
chat.userInfo.presence === "offline"
|
chat.userInfo.presence === "offline"
|
||||||
|
|
||||||
id: button
|
id: button
|
||||||
width: Math.min(parent.width, implicitWidth)
|
width: Math.min(
|
||||||
|
parent.width,implicitWidth + leftPadding + rightPadding,
|
||||||
|
)
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
||||||
loading: parent.visible && ! offline
|
loading: parent.visible && ! offline
|
||||||
|
|
Loading…
Reference in New Issue
Block a user