Degree symbol

This commit is contained in:
Zach Fox 2018-04-30 13:56:52 -07:00
parent eab2feb543
commit 7957c12bb9

View file

@ -316,7 +316,7 @@ Rectangle {
HifiStylesUit.FiraSansRegular { HifiStylesUit.FiraSansRegular {
id: fieldOfViewLabel; id: fieldOfViewLabel;
text: "Field of View (" + fieldOfViewSlider.value + "): "; text: "Field of View (" + fieldOfViewSlider.value + "\u00B0): ";
size: 16; size: 16;
color: hifi.colors.lightGrayText; color: hifi.colors.lightGrayText;
anchors.left: parent.left; anchors.left: parent.left;