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 f8c394f3..83daf14a 100644
--- a/src/imports/controls/imagine/Dial.qml
+++ b/src/imports/controls/imagine/Dial.qml
@@ -58,8 +58,8 @@ T.Dial {
bottomInset: background ? -background.bottomInset || 0 : 0
handle: Image {
- x: background.x + background.width / 2 - handle.width / 2
- y: background.y + background.height / 2 - handle.height / 2
+ x: background.x + background.width / 2 - width / 2
+ y: background.y + background.height / 2 - height / 2
source: Imagine.url + "dial-handle"
ImageSelector on source {