Skip to content
Snippets Groups Projects
Commit fe12e63c authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix parent undefined warning

parent 0da1a6d5
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment