mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 20:33:14 +08:00
Fix minor error after rebase
This commit is contained in:
parent
19c25895bf
commit
4e139ae710
@ -58,15 +58,9 @@ Rectangle {
|
||||
Rectangle{
|
||||
width: Math.max(parent.width * base.progress)
|
||||
height: parent.height
|
||||
<<<<<<< 041fa2b3592e015eebe779169c9d7f4565b3a788
|
||||
color: UM.Theme.colors.progressbar_control
|
||||
radius: UM.Theme.sizes.progressbar_radius.width
|
||||
visible: base.backendState == 1 ? true : false
|
||||
=======
|
||||
color: UM.Theme.getColor("progressbar_control")
|
||||
radius: UM.Theme.getSize("progressbar_radius").width
|
||||
visible: base.progress > 0.99 ? false : true
|
||||
>>>>>>> Replace Theme property accessors with getThing calls
|
||||
visible: base.backendState == 1 ? true : false
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user