mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02: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 {
|
||||
source: titleText
|
||||
anchors.fill: titleText
|
||||
horizontalOffset: 1
|
||||
verticalOffset: 1
|
||||
horizontalOffset: 2
|
||||
verticalOffset: 2
|
||||
samples: 2
|
||||
color: hifi.colors.baseGrayShadow60
|
||||
visible: (window && window.focus)
|
||||
|
|
Loading…
Reference in a new issue