Remove unneeded anchor from workspace summary dialog

CURA-8688
This commit is contained in:
Jaime van Kessel 2022-02-28 13:47:27 +01:00
parent bb1a2a9988
commit ea588d85fb

View file

@ -272,7 +272,6 @@ UM.Dialog
UM.CheckBox
{
id: dontShowAgainCheckbox
anchors.left: parent.left
text: catalog.i18nc("@action:label", "Don't show project summary on save again")
checked: dontShowAgain
}