From 22f9b2a0ec33015a7e3e67ceb92b916f08a00899 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 11 Mar 2022 15:38:34 +0100 Subject: [PATCH] Increase the indentation margin for settings CURA-8921 --- resources/qml/Settings/SettingItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml index fa1976757b..6787855775 100644 --- a/resources/qml/Settings/SettingItem.qml +++ b/resources/qml/Settings/SettingItem.qml @@ -134,7 +134,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("narrow_margin").width)) : 0 + anchors.leftMargin: doDepthIndentation ? Math.round(UM.Theme.getSize("thin_margin").width + ((definition.depth - 1) * UM.Theme.getSize("default_margin").width)) : 0 anchors.right: settingControls.left anchors.verticalCenter: parent.verticalCenter