From c6bd020dec3d6282f799214116999cece62f517f Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 18 Mar 2022 13:58:41 +0100 Subject: [PATCH] Anchor material name to star icon so text doesn't display under star icon. CURA-8979 --- resources/qml/Preferences/Materials/MaterialsSlot.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/Materials/MaterialsSlot.qml b/resources/qml/Preferences/Materials/MaterialsSlot.qml index 0be5342361..720c45800d 100644 --- a/resources/qml/Preferences/Materials/MaterialsSlot.qml +++ b/resources/qml/Preferences/Materials/MaterialsSlot.qml @@ -56,7 +56,7 @@ Rectangle wrapMode: Text.NoWrap verticalAlignment: Text.AlignVCenter anchors.left: swatch.right - anchors.right: parent.right + anchors.right: favoriteButton.left anchors.leftMargin: UM.Theme.getSize("default_margin").width anchors.rightMargin: UM.Theme.getSize("narrow_margin").width anchors.verticalCenter: materialSlot.verticalCenter