Merge pull request #1272

4a96678 Fixes a bug where progress bars were not 100% filled visually (slightly off)
pull/2/head
luigi1111 6 years ago
commit 11e3380ab1
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -100,7 +100,7 @@ Rectangle {
anchors.bottom: parent.bottom
anchors.left: parent.left
height: bar.height
property int maxWidth: bar.width - 4 * scaleRatio
property int maxWidth: bar.width * scaleRatio
width: (maxWidth * fillLevel) / 100
radius: 8
// could change color based on progressbar status; if(item.fillLevel < 99 )