mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
[kwinmultitasking] Set window type Dock on the panel
This commit is contained in:
parent
09ceb9b71b
commit
0e1840cf8a
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ PlasmaCore.Dialog {
|
||||||
id: panel
|
id: panel
|
||||||
y: workspace.virtualScreenSize.height - height
|
y: workspace.virtualScreenSize.height - height
|
||||||
flags: Qt.X11BypassWindowManagerHint
|
flags: Qt.X11BypassWindowManagerHint
|
||||||
|
type: PlasmaCore.Dialog.Dock
|
||||||
|
|
||||||
mainItem: Item {
|
mainItem: Item {
|
||||||
width: workspace.virtualScreenSize.width
|
width: workspace.virtualScreenSize.width
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue