From 2b03e16bec9b202e302c6ab4daf3c7513382cd8c Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 27 Feb 2016 12:48:09 +1300 Subject: [PATCH] Increase the title's focus shadow offset --- interface/resources/qml/windows-uit/DefaultFrame.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/windows-uit/DefaultFrame.qml b/interface/resources/qml/windows-uit/DefaultFrame.qml index 4e4c2df8f2..04905656ce 100644 --- a/interface/resources/qml/windows-uit/DefaultFrame.qml +++ b/interface/resources/qml/windows-uit/DefaultFrame.qml @@ -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)