mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
2 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ Item
|
|||
id: extruderNumberText
|
||||
anchors.centerIn: parent
|
||||
text: index + 1
|
||||
font: UM.Theme.getFont("small_black")
|
||||
font: UM.Theme.getFont("small_emphasis")
|
||||
color: UM.Theme.getColor("text")
|
||||
width: contentWidth
|
||||
height: contentHeight
|
||||
|
|
|
|||
|
|
@ -148,22 +148,22 @@
|
|||
"weight": 50,
|
||||
"family": "Noto Sans"
|
||||
},
|
||||
"small_black": {
|
||||
"small_emphasis": {
|
||||
"size": 0.9,
|
||||
"weight": 100,
|
||||
"family": "Noto Sans"
|
||||
},
|
||||
"small_black_ja_JP": {
|
||||
"small_emphasis_ja_JP": {
|
||||
"size": 0.9,
|
||||
"weight": 100,
|
||||
"family": "Noto Sans"
|
||||
},
|
||||
"small_black_zh_CN": {
|
||||
"small_emphasis_zh_CN": {
|
||||
"size": 0.9,
|
||||
"weight": 100,
|
||||
"family": "Noto Sans"
|
||||
},
|
||||
"small_black_zh_TW": {
|
||||
"small_emphasis_zh_TW": {
|
||||
"size": 0.9,
|
||||
"weight": 100,
|
||||
"family": "Noto Sans"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue