mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Fix ExtruderIcon size in the printer settings tab
CURA-8011 and CURA-8202
This commit is contained in:
parent
0319fdcc41
commit
e7648b654d
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue