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
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue