Set size of color swatch from theme

CURA-8983
This commit is contained in:
casper 2022-03-01 16:16:53 +01:00
parent c8be7832c8
commit 53b31e816a

View file

@ -75,8 +75,8 @@ UM.Dialog
delegate: Rectangle
{
color: swatchColor
width: 24
height: 24
implicitWidth: UM.Theme.getSize("medium_button_icon").width
implicitHeight: UM.Theme.getSize("medium_button_icon").height
radius: width / 2
UM.RecolorImage