We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2c85f commit f7d7d6fCopy full SHA for f7d7d6f
resources/BaseComponents/SmallCheckBox.qml
@@ -31,6 +31,8 @@ T.CheckBox {
31
y: control.topPadding + (control.availableHeight - height) / 2
32
control: control
33
34
+ border.color: !control.enabled ? control.Material.hintTextColor : control.Material.secondaryTextColor
35
+
36
Ripple {
37
x: (parent.width - width) / 2
38
y: (parent.height - height) / 2
@@ -40,9 +42,8 @@ T.CheckBox {
40
42
anchor: control
41
43
pressed: control.pressed
44
active: control.down || control.visualFocus || control.hovered
- color: control.checked ? control.Material.highlightedRippleColor : control.Material.rippleColor
45
+ color: control.Material.rippleColor
46
}
-
47
48
49
contentItem: Text {
0 commit comments