mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:35:53 +08:00
Monitor Tab - Fix syntax error
Contributes to CL-1048
This commit is contained in:
parent
333cea4e6d
commit
ac5a038065
@ -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…
x
Reference in New Issue
Block a user