Fix warning: The current style does not support customization of this control (proper...
authorCamila Ayres <hello@camilasan.com>
Wed, 28 Aug 2024 20:26:18 +0000 (22:26 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Fri, 6 Sep 2024 08:42:08 +0000 (10:42 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/filedetails/NCRadioButton.qml

index 52e12d7964b3235cca1f0a46c00831c43d358182..9fa27bdf0a845aa01a31b32e16582b4020c3a249 100644 (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