update indentation

CURA-9005
This commit is contained in:
j.delarago 2022-03-07 10:46:03 +01:00
parent 06a30a702c
commit c2cb837f4e

View file

@ -136,7 +136,7 @@ Item
id: label
anchors.left: parent.left
anchors.leftMargin: doDepthIndentation ? Math.round(UM.Theme.getSize("thin_margin").width + ((definition.depth - 1) * UM.Theme.getSize("setting_control_depth_margin").width)) : 0
anchors.leftMargin: doDepthIndentation ? Math.round(UM.Theme.getSize("thin_margin").width + ((definition.depth - 1) * UM.Theme.getSize("narrow_margin").width)) : 0
anchors.right: settingControls.left
anchors.verticalCenter: parent.verticalCenter