aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/Dial.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/material/Dial.qml')
-rw-r--r--src/imports/controls/material/Dial.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/material/Dial.qml b/src/imports/controls/material/Dial.qml
index a05982cc..0d4cac26 100644
--- a/src/imports/controls/material/Dial.qml
+++ b/src/imports/controls/material/Dial.qml
@@ -49,7 +49,7 @@ T.Dial {
x: control.width / 2 - width / 2
y: control.height / 2 - height / 2
width: Math.max(64, Math.min(control.width, control.height))
- height: Math.max(64, Math.min(control.width, control.height))
+ height: width
color: "transparent"
radius: width / 2