Fix parent undefined warning
This commit is contained in:
parent
0da1a6d5fc
commit
fe12e63c7c
@ -181,7 +181,7 @@ Page {
|
||||
|
||||
id: wrapper
|
||||
property Item section
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.horizontalCenter: parent ? parent.horizontalCenter : undefined
|
||||
width: chat.delegateMaxWidth
|
||||
height: section ? section.height + timelinerow.height : timelinerow.height
|
||||
color: "transparent"
|
||||
|
Loading…
Reference in New Issue
Block a user