Fix QML warning

This commit is contained in:
David Rowe 2016-02-24 12:59:21 +13:00
parent 76ec5e4600
commit beef3f59eb

View file

@ -61,7 +61,7 @@ TreeView {
? (styleData.selected ? hifi.colors.black : hifi.colors.baseGrayHighlight)
: (styleData.selected ? hifi.colors.black : hifi.colors.lightGrayText)
anchors {
left: parent.left
left: parent ? parent.left : undefined
leftMargin: hifi.dimensions.tablePadding / 2
}
}