forgot some color code for qml

This commit is contained in:
Tomas Rivera
2026-03-11 15:01:23 +01:00
parent 7e1fddf239
commit 9401f13348
4 changed files with 89 additions and 64 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ Rectangle {
implicitWidth: row.implicitWidth + 10
Layout.fillHeight: true
color: "transparent"
color: Theme.Colors.sysTrayColor1
RowLayout {
id: row
@@ -126,7 +126,7 @@ Rectangle {
Rectangle {
anchors.fill: parent
color: Theme.Colors.sysTrayColor2
color: Theme.Colors.sysTrayColor3
MenuView {
id: menuView
anchors.fill: parent