Workspace overview
This commit is contained in:
@@ -48,6 +48,11 @@ PanelWindow {
|
||||
}
|
||||
}
|
||||
|
||||
mask: Region {
|
||||
x: background.x; y: background.y
|
||||
width: background.width; height: background.height
|
||||
}
|
||||
|
||||
function open() {
|
||||
root.visible = true
|
||||
background.exit.stop()
|
||||
@@ -159,6 +164,7 @@ PanelWindow {
|
||||
Pane { Panes.Notifications {} }
|
||||
Pane { Panes.Volume {} }
|
||||
Pane { Panes.Brightness {} }
|
||||
Pane { Panes.Overview {} }
|
||||
|
||||
property var entry: SequentialAnimation {
|
||||
PauseAnimation {duration: 2}
|
||||
|
||||
Reference in New Issue
Block a user