dock: use bottom layer when pinned to match bar
This commit is contained in:
parent
41293c02a9
commit
70fea7c4ba
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ PanelWindow {
|
|||
|
||||
property bool _winVisible: false
|
||||
|
||||
WlrLayershell.layer: S.DockState.mode === "pinned" ? WlrLayer.Top : WlrLayer.Overlay
|
||||
WlrLayershell.layer: S.DockState.mode === "pinned" ? WlrLayer.Bottom : WlrLayer.Overlay
|
||||
WlrLayershell.exclusiveZone: S.DockState.mode === "pinned" ? _dockWidth : 0
|
||||
WlrLayershell.namespace: "nova-dock"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue