Remove anchors that were causing qml warnings

This commit is contained in:
Jaime van Kessel 2019-09-18 10:32:47 +02:00
parent b9ed619c9a
commit db0428ceec
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -16,10 +16,6 @@ Item
id: base
UM.I18nCatalog { id: catalog; name: "cura" }
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
property int columnWidth: ((parent.width - 2 * UM.Theme.getSize("default_margin").width) / 2) | 0
property int columnSpacing: 3 * screenScaleFactor
property int propertyStoreIndex: manager ? manager.storeContainerIndex : 1 // definition_changes