mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 12:15:56 +08:00
Fix ExtruderIcon size in the printer settings tab
CURA-8011 and CURA-8202
This commit is contained in:
parent
0319fdcc41
commit
e7648b654d
@ -229,6 +229,9 @@ Item
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
materialColor: model.color
|
||||
extruderEnabled: model.enabled
|
||||
iconVariant: "default"
|
||||
width: UM.Theme.getSize("medium_button_icon").width
|
||||
height: UM.Theme.getSize("medium_button_icon").height
|
||||
}
|
||||
}
|
||||
onClicked:
|
||||
|
Loading…
x
Reference in New Issue
Block a user