From 7957c12bb90084d22c25bf8cc8246a0996bf6c12 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Mon, 30 Apr 2018 13:56:52 -0700 Subject: [PATCH] Degree symbol --- .../marketplace/spectator-camera/SpectatorCamera.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpublishedScripts/marketplace/spectator-camera/SpectatorCamera.qml b/unpublishedScripts/marketplace/spectator-camera/SpectatorCamera.qml index 7c44d68ad3..25a10e6ca6 100644 --- a/unpublishedScripts/marketplace/spectator-camera/SpectatorCamera.qml +++ b/unpublishedScripts/marketplace/spectator-camera/SpectatorCamera.qml @@ -316,7 +316,7 @@ Rectangle { HifiStylesUit.FiraSansRegular { id: fieldOfViewLabel; - text: "Field of View (" + fieldOfViewSlider.value + "): "; + text: "Field of View (" + fieldOfViewSlider.value + "\u00B0): "; size: 16; color: hifi.colors.lightGrayText; anchors.left: parent.left;