Increase the title's focus shadow offset

This commit is contained in:
David Rowe 2016-02-27 12:48:09 +13:00
parent 839303168e
commit 2b03e16bec

View file

@ -99,8 +99,8 @@ Frame {
DropShadow {
source: titleText
anchors.fill: titleText
horizontalOffset: 1
verticalOffset: 1
horizontalOffset: 2
verticalOffset: 2
samples: 2
color: hifi.colors.baseGrayShadow60
visible: (window && window.focus)