summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtquickcontrols2/pages/ScrollIndicatorPage.qml
diff options
context:
space:
mode:
authorJuho Annunen <juho.annunen@qt.io>2018-07-17 15:50:48 +0300
committerJuho Annunen <juho.annunen@qt.io>2018-07-19 08:56:46 +0000
commit57bc95f418a0e42921bba984d35d5999c6a6cf8f (patch)
tree4960cd1f68e8bec314032ad2522432b8f7096132 /basicsuite/qtquickcontrols2/pages/ScrollIndicatorPage.qml
parenta5ba6719eaae7c7a79c43005fa0213626aec3496 (diff)
Fix qtquickcontrols2 demo image paths & controls theme
Task-number: QTBUG-62805 Change-Id: I6cbd41384c003b1e29567af0c0c56341d5e93f6e Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io>
Diffstat (limited to 'basicsuite/qtquickcontrols2/pages/ScrollIndicatorPage.qml')
-rw-r--r--basicsuite/qtquickcontrols2/pages/ScrollIndicatorPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/qtquickcontrols2/pages/ScrollIndicatorPage.qml b/basicsuite/qtquickcontrols2/pages/ScrollIndicatorPage.qml
index dd5ef46..89b8bc1 100644
--- a/basicsuite/qtquickcontrols2/pages/ScrollIndicatorPage.qml
+++ b/basicsuite/qtquickcontrols2/pages/ScrollIndicatorPage.qml
@@ -77,7 +77,7 @@ Flickable {
Image {
rotation: 90
- source: "arrows.png"
+ source: "../images/arrows.png"
anchors.horizontalCenter: parent.horizontalCenter
}
}