From: Camila Ayres Date: Wed, 28 Aug 2024 20:26:18 +0000 (+0200) Subject: Fix warning: The current style does not support customization of this control (proper... X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~34^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=da077b016125e336244a3a41f85e0adedcff5984;p=nextcloud-desktop.git Fix warning: The current style does not support customization of this control (property: "indicator"). Signed-off-by: Camila Ayres --- 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