gradient bar follows screen corner radius
This commit is contained in:
parent
6e20ac966e
commit
a5932a8feb
1 changed files with 5 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue