mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Fix size of setting extruder swatch
This commit is contained in:
parent
6f7fbbecf7
commit
f1761a17d0
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ SettingItem
|
||||||
background: Rectangle
|
background: Rectangle
|
||||||
{
|
{
|
||||||
id: swatch
|
id: swatch
|
||||||
height: Math.round(parent.height / 2)
|
height: UM.Theme.getSize("standard_arrow").width
|
||||||
width: height
|
width: height
|
||||||
radius: Math.round(width / 2)
|
radius: Math.round(width / 2)
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue