mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
Hide maximum bed temperature if there is no maximum
Instead of the ugly 'None' it would display. Contributes to issue CURA-3161.
This commit is contained in:
parent
0b10df01b0
commit
be9823e94f
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ Column
|
||||||
Label //Maximum temperature indication.
|
Label //Maximum temperature indication.
|
||||||
{
|
{
|
||||||
text: bedTemperature.properties.maximum_value
|
text: bedTemperature.properties.maximum_value
|
||||||
|
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…
Add table
Add a link
Reference in a new issue