aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/RadioDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/material/RadioDelegate.qml')
-rw-r--r--src/imports/controls/material/RadioDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/material/RadioDelegate.qml b/src/imports/controls/material/RadioDelegate.qml
index d498ee80..f97a86e9 100644
--- a/src/imports/controls/material/RadioDelegate.qml
+++ b/src/imports/controls/material/RadioDelegate.qml
@@ -82,7 +82,7 @@ T.RadioDelegate {
}
background: Rectangle {
- implicitHeight: 48
+ implicitHeight: control.Material.delegateHeight
color: control.highlighted ? control.Material.listHighlightColor : "transparent"