Skip to content

Commit

Permalink
Fix warning: The current style does not support customization of this…
Browse files Browse the repository at this point in the history
… control (property: "indicator").

Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Aug 28, 2024
1 parent 81adf06 commit de2f8aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/filedetails/NCRadioButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de2f8aa

Please sign in to comment.