mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:39:03 +08: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
@ -49,7 +49,7 @@ Item
|
|||||||
id: extruderNumberText
|
id: extruderNumberText
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: index + 1
|
text: index + 1
|
||||||
font: UM.Theme.getFont("extruder_icon")
|
font: UM.Theme.getFont("very_small")
|
||||||
width: contentWidth
|
width: contentWidth
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
visible: extruderEnabled
|
visible: extruderEnabled
|
||||||
|
@ -41,12 +41,12 @@
|
|||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
"small": {
|
"small": {
|
||||||
"size": 1.0,
|
"size": 0.85,
|
||||||
"weight": 63,
|
"weight": 50,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
"very_small": {
|
"very_small": {
|
||||||
"size": 1.0,
|
"size": 0.7,
|
||||||
"weight": 50,
|
"weight": 50,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
@ -64,12 +64,6 @@
|
|||||||
"size": 1.15,
|
"size": 1.15,
|
||||||
"weight": 50,
|
"weight": 50,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
|
||||||
"extruder_icon":
|
|
||||||
{
|
|
||||||
"size": 0.7,
|
|
||||||
"weight": 50,
|
|
||||||
"family": "Noto Sans"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user