summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoni Poikelin <joni.poikelin@qt.io>2017-12-15 07:36:39 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2019-01-28 14:54:55 +0000
commitd049f759c6f897db528ca549435c56b4420b016e (patch)
tree097353425e790bc026202e9590297d5657b590a8
parent30476f12de5f3fdc1ee91d0065a52c8f661afa7b (diff)
downloadqtquickcontrols-d049f759c6f897db528ca549435c56b4420b016e.tar.gz
Fix progress indicator with vertical progress bar
Fixes: QTBUG-65209 Change-Id: I1cdd2809e4bc3f2d37421fa785c84b1fa0b9d12e Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
-rw-r--r--src/controls/Styles/Base/ProgressBarStyle.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/controls/Styles/Base/ProgressBarStyle.qml b/src/controls/Styles/Base/ProgressBarStyle.qml
index b65c0f40..d51e056d 100644
--- a/src/controls/Styles/Base/ProgressBarStyle.qml
+++ b/src/controls/Styles/Base/ProgressBarStyle.qml
@@ -134,8 +134,7 @@ Style {
clip: true
Rectangle {
id: base
- width: control.width
- height: control.height
+ anchors.fill: parent
radius: TextSingleton.implicitHeight * 0.16
antialiasing: true
gradient: Gradient {