mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 20:46:01 +08:00
Add unit to maximum temperature indication
Contributes to issue CURA-3161.
This commit is contained in:
parent
1395735ece
commit
bcab0d7be9
@ -210,8 +210,7 @@ Column
|
|||||||
}
|
}
|
||||||
Label //Maximum temperature indication.
|
Label //Maximum temperature indication.
|
||||||
{
|
{
|
||||||
text: bedTemperature.properties.maximum_value
|
text: (bedTemperature.properties.maximum_value != "None" ? bedTemperature.properties.maximum_value : "") + "°C"
|
||||||
visible: bedTemperature.properties.maximum_value != "None"
|
|
||||||
color: UM.Theme.getColor("setting_unit")
|
color: UM.Theme.getColor("setting_unit")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
Loading…
x
Reference in New Issue
Block a user