Corners: removed all but the screen corners
- renamed Corners to Corner as it create only a single corner
This commit is contained in:
parent
ef7e187301
commit
4f4c22baf9
7 changed files with 6 additions and 140 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue