Corners: removed all but the screen corners

- renamed Corners to Corner as it create only a single corner
This commit is contained in:
quadbyte 2025-08-07 14:26:43 -04:00
parent ef7e187301
commit 4f4c22baf9
7 changed files with 6 additions and 140 deletions

View file

@ -182,7 +182,7 @@ Scope {
aboveWindows: false
implicitHeight: 24
Corners {
Corner {
id: topLeftCorner
position: "bottomleft"
@ -209,7 +209,7 @@ Scope {
aboveWindows: false
implicitHeight: 24
Corners {
Corner {
id: topRightCorner
position: "bottomright"
@ -235,7 +235,7 @@ Scope {
aboveWindows: false
implicitHeight: 24
Corners {
Corner {
id: bottomLeftCorner
position: "topleft"
@ -261,7 +261,7 @@ Scope {
aboveWindows: false
implicitHeight: 24
Corners {
Corner{
id: bottomRightCorner
position: "topright"