From da077b016125e336244a3a41f85e0adedcff5984 Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Wed, 28 Aug 2024 22:26:18 +0200 Subject: [PATCH] Fix warning: The current style does not support customization of this control (property: "indicator"). Signed-off-by: Camila Ayres --- src/gui/filedetails/NCRadioButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/filedetails/NCRadioButton.qml b/src/gui/filedetails/NCRadioButton.qml index 52e12d796..9fa27bdf0 100644 --- a/src/gui/filedetails/NCRadioButton.qml +++ b/src/gui/filedetails/NCRadioButton.qml @@ -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