mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Set size of color swatch from theme
CURA-8983
This commit is contained in:
parent
c8be7832c8
commit
53b31e816a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue