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