Use the right property for the property provider

Otherwise we get a bunch of errors from the per object settings tool
This commit is contained in:
Arjen Hiemstra 2016-06-23 13:33:07 +02:00
parent 9f9de493f7
commit 8c8caa2cac

View file

@ -236,7 +236,7 @@ Item {
{
id: controlContainer;
enabled: provider.isValueUsed
enabled: propertyProvider.isValueUsed
anchors.right: parent.right;
anchors.rightMargin: UM.Theme.getSize("default_margin").width