Fix height for swatch in extruder settings

This commit is contained in:
Jaime van Kessel 2022-04-06 11:19:20 +02:00
parent c88ed076a1
commit b2eec5f0d9

View file

@ -159,7 +159,7 @@ SettingItem
background: Rectangle
{
id: swatch
height: Math.round(parent.height / 2)
height: UM.Theme.getSize("standard_arrow").width
width: height
radius: Math.round(width / 2)
anchors.right: parent.right