aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/imagine/Dial.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/imagine/Dial.qml')
-rw-r--r--src/imports/controls/imagine/Dial.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/controls/imagine/Dial.qml b/src/imports/controls/imagine/Dial.qml
index 8f7054f5..e9652249 100644
--- a/src/imports/controls/imagine/Dial.qml
+++ b/src/imports/controls/imagine/Dial.qml
@@ -56,7 +56,7 @@ T.Dial {
x: background.x + background.width / 2 - handle.width / 2
y: background.y + background.height / 2 - handle.height / 2
- source: Imagine.path + "dial-handle"
+ source: Imagine.url + "dial-handle"
ImageSelector on source {
states: [
{"disabled": !control.enabled},
@@ -85,7 +85,7 @@ T.Dial {
width: Math.max(64, Math.min(control.width, control.height))
height: width
- source: Imagine.path + "dial-background"
+ source: Imagine.url + "dial-background"
NinePatchImageSelector on source {
states: [
{"disabled": !control.enabled},