fix tooltip transparent

This commit is contained in:
Damocles 2026-04-12 15:03:09 +02:00
parent fa7c0106ae
commit be370777f0

View file

@ -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