mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Center the extruder icon in the tabRowButton in the custom print settings
CURA-8011 and CURA-8202
This commit is contained in:
parent
5ae4ad5429
commit
b850d8c18e
1 changed files with 3 additions and 3 deletions
|
@ -226,12 +226,12 @@ Item
|
||||||
{
|
{
|
||||||
Cura.ExtruderIcon
|
Cura.ExtruderIcon
|
||||||
{
|
{
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.centerIn: parent
|
||||||
materialColor: model.color
|
materialColor: model.color
|
||||||
extruderEnabled: model.enabled
|
extruderEnabled: model.enabled
|
||||||
iconVariant: "default"
|
iconVariant: "default"
|
||||||
width: UM.Theme.getSize("medium_button_icon").width
|
height: parent.height
|
||||||
height: UM.Theme.getSize("medium_button_icon").height
|
width: height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onClicked:
|
onClicked:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue