mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 15:29:00 +08:00
Fix size of setting extruder swatch
This commit is contained in:
parent
6f7fbbecf7
commit
f1761a17d0
@ -154,7 +154,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user