Cura.Checkbox requires vertical alignment since it no longer takes up the same amount of vertical space.

This commit is contained in:
j.delarago 2022-01-21 18:09:02 +01:00
parent 951e1cb37b
commit 9b11483428

View file

@ -62,7 +62,7 @@ UM.Dialog
id: toggleShowAll
anchors
{
verticalCenter: parent.verticalCenter
top: parent.top
right: parent.right
}
text: catalog.i18nc("@label:checkbox", "Show all")