projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f612e59
)
Fix warning: The current style does not support customization of this control (proper...
author
Camila Ayres
<hello@camilasan.com>
Wed, 28 Aug 2024 20:26:18 +0000
(22:26 +0200)
committer
Matthieu 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
patch
|
blob
|
history
diff --git
a/src/gui/filedetails/NCRadioButton.qml
b/src/gui/filedetails/NCRadioButton.qml
index 52e12d7964b3235cca1f0a46c00831c43d358182..9fa27bdf0a845aa01a31b32e16582b4020c3a249 100644
(file)
--- 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