mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
taskswitcher: Remove status bar for now
This commit is contained in:
parent
7d1c354e4d
commit
6fb0eb6170
1 changed files with 12 additions and 11 deletions
|
|
@ -143,17 +143,18 @@ FocusScope {
|
||||||
}
|
}
|
||||||
|
|
||||||
// status bar
|
// status bar
|
||||||
MobileShell.StatusBar {
|
// TODO: improve load times, it is quite slow
|
||||||
id: statusBar
|
// MobileShell.StatusBar {
|
||||||
z: 1
|
// id: statusBar
|
||||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
// z: 1
|
||||||
backgroundColor: "transparent"
|
// colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||||
|
// backgroundColor: "transparent"
|
||||||
height: root.topMargin
|
//
|
||||||
anchors.top: parent.top
|
// height: root.topMargin
|
||||||
anchors.left: parent.left
|
// anchors.top: parent.top
|
||||||
anchors.right: parent.right
|
// anchors.left: parent.left
|
||||||
}
|
// anchors.right: parent.right
|
||||||
|
// }
|
||||||
|
|
||||||
// navigation panel
|
// navigation panel
|
||||||
MobileShell.NavigationPanel {
|
MobileShell.NavigationPanel {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue