controlcenter: slider component color fix for transparency layers
This commit is contained in:
parent
f2e9f60344
commit
28be7e8d33
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Slider {
|
||||||
|
|
||||||
implicitWidth: parent.width - root.handle.x - root.handle.implicitWidth - root.implicitHeight / 6
|
implicitWidth: parent.width - root.handle.x - root.handle.implicitWidth - root.implicitHeight / 6
|
||||||
|
|
||||||
color: Colours.layer(Colours.palette.m3surfaceContainer, 2)
|
color: Colours.palette.m3surfaceContainerHighest
|
||||||
radius: Appearance.rounding.full
|
radius: Appearance.rounding.full
|
||||||
topLeftRadius: root.implicitHeight / 15
|
topLeftRadius: root.implicitHeight / 15
|
||||||
bottomLeftRadius: root.implicitHeight / 15
|
bottomLeftRadius: root.implicitHeight / 15
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue