mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Swap CheckBox for styled Cura.CheckBox
This commit is contained in:
parent
171da643d5
commit
951e1cb37b
2 changed files with 24 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue