From 1ce1e29368639128a627ed6f6fce6b12b5450fc9 Mon Sep 17 00:00:00 2001 From: mukulHF Date: Fri, 4 Aug 2017 17:44:43 -0700 Subject: [PATCH] Update DesktopLetterboxMessage.qml --- interface/resources/qml/hifi/DesktopLetterboxMessage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/DesktopLetterboxMessage.qml b/interface/resources/qml/hifi/DesktopLetterboxMessage.qml index bafa518eb9..1242c18c8f 100644 --- a/interface/resources/qml/hifi/DesktopLetterboxMessage.qml +++ b/interface/resources/qml/hifi/DesktopLetterboxMessage.qml @@ -22,7 +22,7 @@ Item { property real headerTextPixelSize: 22 property real popupTextPixelSize: 16 property real headerTextMargin: -5 - property real headerGlyphMargin: -15 + property real headerGlyphMargin: -13 property bool isDesktop: false FontLoader { id: ralewayRegular; source: "../../fonts/Raleway-Regular.ttf"; } FontLoader { id: ralewaySemiBold; source: "../../fonts/Raleway-SemiBold.ttf"; }