controlcenter: corrected background transparency on tooltips
This commit is contained in:
parent
0029f2d48a
commit
a2b00d4a0e
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ Popup {
|
||||||
closePolicy: Popup.NoAutoClose
|
closePolicy: Popup.NoAutoClose
|
||||||
padding: 0
|
padding: 0
|
||||||
margins: 0
|
margins: 0
|
||||||
|
background: Item {}
|
||||||
|
|
||||||
// Update position when target moves or tooltip becomes visible
|
// Update position when target moves or tooltip becomes visible
|
||||||
onTooltipVisibleChanged: {
|
onTooltipVisibleChanged: {
|
||||||
|
|
@ -141,6 +142,7 @@ Popup {
|
||||||
|
|
||||||
color: Colours.palette.m3surfaceContainerHighest
|
color: Colours.palette.m3surfaceContainerHighest
|
||||||
radius: Appearance.rounding.small
|
radius: Appearance.rounding.small
|
||||||
|
antialiasing: true
|
||||||
|
|
||||||
// Add elevation for depth
|
// Add elevation for depth
|
||||||
Elevation {
|
Elevation {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue