Actually fix CustomTrayMenu, fix some positioning
This commit is contained in:
parent
e19b6e9a47
commit
fb3b5f5769
7 changed files with 28 additions and 28 deletions
|
|
@ -176,7 +176,7 @@ Scope {
|
|||
id: bottomLeftCorner
|
||||
position: "topleft"
|
||||
size: 1.3
|
||||
fillColor: "#00FFFF"
|
||||
fillColor: Theme.backgroundPrimary
|
||||
offsetX: -39
|
||||
offsetY: 0
|
||||
anchors.top: parent.top
|
||||
|
|
@ -198,7 +198,7 @@ Scope {
|
|||
id: bottomRightCorner
|
||||
position: "topright"
|
||||
size: 1.3
|
||||
fillColor: "#00FFFF"//(Theme.backgroundPrimary !== undefined && Theme.backgroundPrimary !== null) ? Theme.backgroundPrimary : "#222"
|
||||
fillColor: Theme.backgroundPrimary
|
||||
offsetX: 39
|
||||
offsetY: 0
|
||||
anchors.top: parent.top
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue