remove TODO, remove top corner radius for flyout
This commit is contained in:
parent
21c16592dd
commit
ed68b9fd93
3 changed files with 11 additions and 148 deletions
|
|
@ -19,6 +19,7 @@ PanelWindow {
|
|||
|
||||
signal menuClosed()
|
||||
|
||||
visible: true
|
||||
color: "transparent"
|
||||
|
||||
WlrLayershell.layer: WlrLayer.Overlay
|
||||
|
|
@ -59,9 +60,10 @@ PanelWindow {
|
|||
anchors.fill: parent
|
||||
color: M.Theme.base01
|
||||
opacity: M.Theme.barOpacity
|
||||
radius: M.Theme.radius
|
||||
border.color: M.Theme.base02
|
||||
border.width: 1
|
||||
topLeftRadius: 0
|
||||
topRightRadius: 0
|
||||
bottomLeftRadius: M.Theme.radius
|
||||
bottomRightRadius: M.Theme.radius
|
||||
}
|
||||
|
||||
StackView {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue