mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add unit to maximum temperature indication
Contributes to issue CURA-3161.
This commit is contained in:
parent
1395735ece
commit
bcab0d7be9
1 changed files with 1 additions and 2 deletions
|
@ -210,8 +210,7 @@ Column
|
|||
}
|
||||
Label //Maximum temperature indication.
|
||||
{
|
||||
text: bedTemperature.properties.maximum_value
|
||||
visible: bedTemperature.properties.maximum_value != "None"
|
||||
text: (bedTemperature.properties.maximum_value != "None" ? bedTemperature.properties.maximum_value : "") + "°C"
|
||||
color: UM.Theme.getColor("setting_unit")
|
||||
font: UM.Theme.getFont("default")
|
||||
anchors.right: parent.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue