dashboard on right, change trigger to clock

This commit is contained in:
Zacharias-Brohn
2026-02-14 12:22:10 +01:00
parent a645c28d4f
commit df1d877c8f
12 changed files with 99 additions and 87 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ Shape {
Dashboard.Background {
wrapper: root.panels.dashboard
startX: ( root.width - wrapper.width ) / 2 - rounding
startX: root.width - root.panels.dashboard.width - rounding
startY: 0
}
+1 -1
View File
@@ -67,7 +67,7 @@ Item {
visibilities: root.visibilities
anchors.horizontalCenter: parent.horizontalCenter
anchors.right: parent.right
anchors.top: parent.top
}