Fix warning: The current style does not support customization of this control (property: "indicator").

Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
Camila Ayres 2024-08-28 22:26:18 +02:00 committed by Matthieu Gallien
parent 88708d5abf
commit da077b0161
No known key found for this signature in database
GPG key ID: 7D0F74F05C22F553

View file

@ -23,6 +23,7 @@ RadioButton {
property int indicatorItemHeight: Style.radioButtonIndicatorSize
property int radius: Style.radioButtonCustomRadius
// TODO: the current style does not support customization of this control
indicator: Rectangle {
implicitWidth: root.indicatorItemWidth
implicitHeight: root.indicatorItemHeight