mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Fix minor error after rebase
This commit is contained in:
parent
19c25895bf
commit
4e139ae710
1 changed files with 1 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue