mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:19:00 +08:00
Monitor Tab - Add grey monitor tab text
Contributes to CL-1047
This commit is contained in:
parent
90e8c41fa2
commit
97e8db577a
@ -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…
x
Reference in New Issue
Block a user