Adjust left margins

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-11-30 15:43:14 +01:00
parent d617566db4
commit 522bf60e81
2 changed files with 3 additions and 4 deletions

View file

@ -27,7 +27,7 @@ Item
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
// These numbers come from the IconWithText in RecommendedSettingSection
anchors.leftMargin: UM.Theme.getSize("medium_button_icon").width + UM.Theme.getSize("thick_margin").width - UM.Theme.getSize("thick_lining").width
anchors.leftMargin: UM.Theme.getSize("medium_button_icon").width + UM.Theme.getSize("default_margin").width
}