mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
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:
parent
88708d5abf
commit
da077b0161
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue