fix tooltip transparent
This commit is contained in:
parent
fa7c0106ae
commit
be370777f0
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ PanelWindow {
|
|||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: M.Theme.base00
|
||||
opacity: M.Theme.barOpacity
|
||||
opacity: Math.max(M.Theme.barOpacity, 0.85)
|
||||
topLeftRadius: 0
|
||||
topRightRadius: 0
|
||||
bottomLeftRadius: M.Theme.radius
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue