mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Make small and very_small fonts actually smaller
Rather than the same as default_bold and default. This also makes the extruder_icon font obsolete. Turns out it's actually just a very small font. Contributes to issue CURA-5876.
This commit is contained in:
parent
a3fe9839ba
commit
7f2f2090da
2 changed files with 4 additions and 10 deletions
|
|
@ -49,7 +49,7 @@ Item
|
|||
id: extruderNumberText
|
||||
anchors.centerIn: parent
|
||||
text: index + 1
|
||||
font: UM.Theme.getFont("extruder_icon")
|
||||
font: UM.Theme.getFont("very_small")
|
||||
width: contentWidth
|
||||
height: contentHeight
|
||||
visible: extruderEnabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue