Fix incorrect reference in UM2UpgradeSelectionMachineAction

CURA-6435
This commit is contained in:
Lipu Fei 2019-04-04 15:58:58 +02:00
parent a18bb9d953
commit 945fa35946

View file

@ -23,7 +23,7 @@ Cura.MachineAction
Label
{
id: pageDescription
anchors.top: pageTitle.bottom
anchors.top: parent.top
anchors.topMargin: UM.Theme.getSize("default_margin").height
width: parent.width
wrapMode: Text.WordWrap