Keeping the progressbar color orange

pull/2/head
Sander Ferdinand 7 years ago committed by moneromooo-monero
parent 82553b0df2
commit 63132dc1db

@ -101,12 +101,8 @@ Rectangle {
property int maxWidth: parent.width - 4 * scaleRatio
width: (maxWidth * fillLevel) / 100
radius: 8
color: {
if(item.fillLevel < 99 ) return "#FA6800"
//if(item.fillLevel < 99) return "#FFE00A"
return "#36B25C"
}
// could change color based on progressbar status; if(item.fillLevel < 99 )
color: "#FA6800"
}
Rectangle {