fix(hover-panel): restore top border radius

This commit is contained in:
Damocles 2026-04-17 09:34:05 +02:00
parent 20159f0514
commit d9101c2415
2 changed files with 2 additions and 6 deletions

View file

@ -363,8 +363,7 @@ PanelWindow {
color: "transparent"
border.color: root.accentColor
border.width: 1
bottomLeftRadius: M.Theme.radius
bottomRightRadius: M.Theme.radius
radius: M.Theme.radius
opacity: panelContainer.opacity
}
}

View file

@ -6,10 +6,7 @@ Rectangle {
color: M.Theme.base01
opacity: Math.max(M.Theme.barOpacity, 0.85)
topLeftRadius: 0
topRightRadius: 0
bottomLeftRadius: M.Theme.radius
bottomRightRadius: M.Theme.radius
radius: M.Theme.radius
border.color: accentColor
border.width: 1
}