mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 22:33:08 +00:00
initialstart: Fix status bar colors
This commit is contained in:
parent
731f4da780
commit
2f4dce1a08
1 changed files with 3 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ Kirigami.Page {
|
||||||
id: statusBar
|
id: statusBar
|
||||||
z: 1
|
z: 1
|
||||||
|
|
||||||
|
Kirigami.Theme.inherit: false
|
||||||
|
Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
|
||||||
|
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue