mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
Set size of color swatch from theme
CURA-8983
This commit is contained in:
parent
c8be7832c8
commit
53b31e816a
@ -75,8 +75,8 @@ UM.Dialog
|
|||||||
delegate: Rectangle
|
delegate: Rectangle
|
||||||
{
|
{
|
||||||
color: swatchColor
|
color: swatchColor
|
||||||
width: 24
|
implicitWidth: UM.Theme.getSize("medium_button_icon").width
|
||||||
height: 24
|
implicitHeight: UM.Theme.getSize("medium_button_icon").height
|
||||||
radius: width / 2
|
radius: width / 2
|
||||||
|
|
||||||
UM.RecolorImage
|
UM.RecolorImage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user