Make ProgressBar test cover the 1% case where the FrameSVG used to leak outside

This commit is contained in:
Kai Uwe Broulik 2014-11-10 22:13:41 +01:00
parent f54ff55bc5
commit ca78cfa094

View File

@ -76,6 +76,18 @@ Rectangle {
}
}
Column {
Text {
text: "Make sure the bar does\nnot leak outside"
}
PlasmaComponents.ProgressBar {
minimumValue: 0
maximumValue: 200
value: 1
orientation: root.orientation
}
}
Column {
Text {
text: "should look like 100%"