From 5e46b5bb617b5e15cebc4033bfd0ae9ab2248aba Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 22 Apr 2020 16:26:57 +0200 Subject: Dial: remove unnecessary id qualifications This amends 467aa59a8. Pick-to: 5.15 Change-Id: If162e6fe6f3087e905457d23248e95ae31726e4d Reviewed-by: Mitch Curtis Reviewed-by: Fabian Kosmale --- src/imports/controls/imagine/Dial.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports/controls/imagine') 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 { -- cgit v1.2.3