mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
Cura.Checkbox requires vertical alignment since it no longer takes up the same amount of vertical space.
This commit is contained in:
parent
951e1cb37b
commit
9b11483428
@ -62,7 +62,7 @@ UM.Dialog
|
|||||||
id: toggleShowAll
|
id: toggleShowAll
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
verticalCenter: parent.verticalCenter
|
top: parent.top
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
text: catalog.i18nc("@label:checkbox", "Show all")
|
text: catalog.i18nc("@label:checkbox", "Show all")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user