mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge pull request #1429 from fieldOfView/fix_missing_label_color
Add missing label color
This commit is contained in:
commit
6d8df73401
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ Column
|
|||
Label //Temperature indication.
|
||||
{
|
||||
text: (connectedPrinter != null && connectedPrinter.hotendTemperatures[index] != null) ? Math.round(connectedPrinter.hotendTemperatures[index]) + "°C" : ""
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Theme.getFont("large")
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue