mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08:00
Rename small_black to small_emphasis
Still not a great name, but it's better than the old one CURA-8011 CURA-8202
This commit is contained in:
parent
e7648b654d
commit
ff19d1dd63
@ -47,7 +47,7 @@ Item
|
|||||||
id: extruderNumberText
|
id: extruderNumberText
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: index + 1
|
text: index + 1
|
||||||
font: UM.Theme.getFont("small_black")
|
font: UM.Theme.getFont("small_emphasis")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
width: contentWidth
|
width: contentWidth
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
|
@ -148,22 +148,22 @@
|
|||||||
"weight": 50,
|
"weight": 50,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
"small_black": {
|
"small_emphasis": {
|
||||||
"size": 0.9,
|
"size": 0.9,
|
||||||
"weight": 100,
|
"weight": 100,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
"small_black_ja_JP": {
|
"small_emphasis_ja_JP": {
|
||||||
"size": 0.9,
|
"size": 0.9,
|
||||||
"weight": 100,
|
"weight": 100,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
"small_black_zh_CN": {
|
"small_emphasis_zh_CN": {
|
||||||
"size": 0.9,
|
"size": 0.9,
|
||||||
"weight": 100,
|
"weight": 100,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
},
|
},
|
||||||
"small_black_zh_TW": {
|
"small_emphasis_zh_TW": {
|
||||||
"size": 0.9,
|
"size": 0.9,
|
||||||
"weight": 100,
|
"weight": 100,
|
||||||
"family": "Noto Sans"
|
"family": "Noto Sans"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user