mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue