mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Fix height for swatch in extruder settings
This commit is contained in:
parent
c88ed076a1
commit
b2eec5f0d9
@ -159,7 +159,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