Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.delarago <joeydelarago@gmail.com>2022-03-18 15:58:41 +0300
committerj.delarago <joeydelarago@gmail.com>2022-03-18 15:58:41 +0300
commitc6bd020dec3d6282f799214116999cece62f517f (patch)
treea0e5ccef9529cdbccc0b2ae023b22190a0a4e641
parentc7bb97aa6c977f0d134bc34beca29704d4f0121b (diff)
Anchor material name to star icon so text doesn't display under star icon.
CURA-8979
-rw-r--r--resources/qml/Preferences/Materials/MaterialsSlot.qml2
1 files changed, 1 insertions, 1 deletions
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