mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Monitor Tab - Fix syntax error
Contributes to CL-1048
This commit is contained in:
parent
333cea4e6d
commit
ac5a038065
1 changed files with 0 additions and 1 deletions
|
@ -775,7 +775,6 @@ Component
|
||||||
text: progressText
|
text: progressText
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
color: progressItem.width + progressLabel.width < control.width ? "black" : "white"
|
color: progressItem.width + progressLabel.width < control.width ? "black" : "white"
|
||||||
}
|
|
||||||
width: contentWidth
|
width: contentWidth
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue