Fix size of the extruder icon

Now it should look the same in all places.
This commit is contained in:
Diego Prado Gesto 2018-11-27 14:49:01 +01:00
parent e863c34f68
commit 077b34b433
3 changed files with 10 additions and 8 deletions

View file

@ -51,8 +51,6 @@ Item
anchors.centerIn: parent
text: index + 1
font: UM.Theme.getFont("extruder_icon")
width: contentWidth
height: contentHeight
visible: extruderEnabled
renderType: Text.NativeRendering
horizontalAlignment: Text.AlignHCenter