controlcenter: corrected background transparency on tooltips

This commit is contained in:
ATMDA 2025-11-20 13:30:38 -05:00
parent 0029f2d48a
commit a2b00d4a0e

View file

@ -45,6 +45,7 @@ Popup {
closePolicy: Popup.NoAutoClose
padding: 0
margins: 0
background: Item {}
// Update position when target moves or tooltip becomes visible
onTooltipVisibleChanged: {
@ -141,6 +142,7 @@ Popup {
color: Colours.palette.m3surfaceContainerHighest
radius: Appearance.rounding.small
antialiasing: true
// Add elevation for depth
Elevation {