mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix focus shadow vertical position
This commit is contained in:
parent
0442fcf89c
commit
535b183f76
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Item {
|
|||
width: 2 * window.width
|
||||
height: width
|
||||
x: -width / 4
|
||||
y: window.height / 2 - width / 2
|
||||
y: -width / 4
|
||||
visible: window && window.focus && windowContent.visible
|
||||
gradient: Gradient {
|
||||
// GradientStop position 0.5 is at full circumference of circle that fits inside the square.
|
||||
|
|
Loading…
Reference in a new issue