aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/imports/controls/universal/Dial.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/controls/universal/Dial.qml b/src/imports/controls/universal/Dial.qml
index 539400cd..d2634713 100644
--- a/src/imports/controls/universal/Dial.qml
+++ b/src/imports/controls/universal/Dial.qml
@@ -56,8 +56,8 @@ T.Dial {
}
handle: Rectangle {
- implicitWidth: 20
- implicitHeight: 20
+ implicitWidth: 14
+ implicitHeight: 14
x: background.x + background.width / 2 - handle.width / 2
y: background.y + background.height / 2 - handle.height / 2