mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Monitor Tab - Add grey monitor tab text
Contributes to CL-1047
This commit is contained in:
parent
90e8c41fa2
commit
97e8db577a
2 changed files with 4 additions and 2 deletions
|
@ -223,7 +223,7 @@ Component
|
||||||
width: parent.width
|
width: parent.width
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
opacity: 0.6
|
color: UM.Theme.getColor("monitor_secondary_text")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -321,7 +321,9 @@
|
||||||
"favorites_header_hover": [245, 245, 245, 255],
|
"favorites_header_hover": [245, 245, 245, 255],
|
||||||
"favorites_header_text": [31, 36, 39, 255],
|
"favorites_header_text": [31, 36, 39, 255],
|
||||||
"favorites_header_text_hover": [31, 36, 39, 255],
|
"favorites_header_text_hover": [31, 36, 39, 255],
|
||||||
"favorites_row_selected": [196, 239, 255, 255]
|
"favorites_row_selected": [196, 239, 255, 255],
|
||||||
|
|
||||||
|
"monitor_secondary_text": [153, 153, 153, 255]
|
||||||
},
|
},
|
||||||
|
|
||||||
"sizes": {
|
"sizes": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue