Fix focus shadow vertical position

This commit is contained in:
David Rowe 2016-02-16 13:44:36 +13:00
parent 0442fcf89c
commit 535b183f76

View file

@ -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.