Swap CheckBox for styled Cura.CheckBox

This commit is contained in:
j.delarago 2022-01-21 18:07:45 +01:00
parent 171da643d5
commit 951e1cb37b
2 changed files with 24 additions and 22 deletions

View file

@ -8,6 +8,8 @@ import QtQuick.Controls.Styles 1.1
import UM 1.2 as UM
import Cura 1.0 as Cura
UM.TooltipArea
{
x: model.depth * UM.Theme.getSize("default_margin").width;
@ -16,7 +18,7 @@ UM.TooltipArea
width: childrenRect.width;
height: childrenRect.height;
CheckBox
Cura.CheckBox
{
id: check