gradient bar follows screen corner radius

This commit is contained in:
Damocles 2026-04-12 19:16:19 +02:00
parent 6e20ac966e
commit a5932a8feb

View file

@ -31,7 +31,11 @@ PanelWindow {
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
height: 3
height: M.Theme.screenRadius > 0 ? M.Theme.screenRadius : 3
topLeftRadius: M.Theme.screenRadius
topRightRadius: M.Theme.screenRadius
bottomLeftRadius: 0
bottomRightRadius: 0
gradient: Gradient {
orientation: Gradient.Horizontal
GradientStop {