mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix code styles
CURA-6005
This commit is contained in:
parent
773190bee1
commit
136317c3c7
2 changed files with 8 additions and 7 deletions
|
@ -13,11 +13,12 @@ CheckBox
|
|||
|
||||
property alias tooltip: tooltip.text
|
||||
|
||||
indicator: Rectangle {
|
||||
indicator: Rectangle
|
||||
{
|
||||
implicitWidth: UM.Theme.getSize("checkbox").width
|
||||
implicitHeight: UM.Theme.getSize("checkbox").height
|
||||
x: 0
|
||||
y: Math.round(parent.height / 2 - height / 2)
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
color: UM.Theme.getColor("main_background")
|
||||
radius: UM.Theme.getSize("checkbox_radius").width
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
|
@ -37,7 +38,8 @@ CheckBox
|
|||
}
|
||||
}
|
||||
|
||||
contentItem: Label {
|
||||
contentItem: Label
|
||||
{
|
||||
anchors
|
||||
{
|
||||
left: checkbox.indicator.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue