mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Increase the title's focus shadow offset
This commit is contained in:
parent
839303168e
commit
2b03e16bec
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ Frame {
|
||||||
DropShadow {
|
DropShadow {
|
||||||
source: titleText
|
source: titleText
|
||||||
anchors.fill: titleText
|
anchors.fill: titleText
|
||||||
horizontalOffset: 1
|
horizontalOffset: 2
|
||||||
verticalOffset: 1
|
verticalOffset: 2
|
||||||
samples: 2
|
samples: 2
|
||||||
color: hifi.colors.baseGrayShadow60
|
color: hifi.colors.baseGrayShadow60
|
||||||
visible: (window && window.focus)
|
visible: (window && window.focus)
|
||||||
|
|
Loading…
Reference in a new issue