summaryrefslogtreecommitdiffstats
path: root/basicsuite/Controls Touch/content/ProgressBarPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Controls Touch/content/ProgressBarPage.qml')
-rw-r--r--basicsuite/Controls Touch/content/ProgressBarPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/Controls Touch/content/ProgressBarPage.qml b/basicsuite/Controls Touch/content/ProgressBarPage.qml
index 86a46b6..dc0f552 100644
--- a/basicsuite/Controls Touch/content/ProgressBarPage.qml
+++ b/basicsuite/Controls Touch/content/ProgressBarPage.qml
@@ -96,7 +96,7 @@ Item {
Component {
id: touchStyle
ProgressBarStyle {
- background: Rectangle {
+ panel: Rectangle {
implicitHeight: 15
implicitWidth: 400
color: "#444"