Specify width and height in Cura.Checkbox

Update Dialogs to use Cura.CheckBox instead of QtQuick. This will make it easier to update the QtQuick checkbox version.
This commit is contained in:
j.delarago 2022-01-20 17:31:00 +01:00
parent 25fa71b056
commit 670872f8d1
4 changed files with 7 additions and 10 deletions

View file

@ -57,12 +57,12 @@ UM.Dialog
onTextChanged: settingPickDialog.updateFilter()
}
CheckBox
Cura.CheckBox
{
id: toggleShowAll
anchors
{
top: parent.top
verticalCenter: parent.verticalCenter
right: parent.right
}
text: catalog.i18nc("@label:checkbox", "Show all")