From 8feace62b75337b9bfb07be95e0380302e53dbad Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Mon, 15 Feb 2016 10:29:21 -0800 Subject: [PATCH] Conform text3d initializers to coding standard --- interface/src/ui/overlays/Text3DOverlay.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/interface/src/ui/overlays/Text3DOverlay.h b/interface/src/ui/overlays/Text3DOverlay.h index 013fa0e339..e9635947b6 100644 --- a/interface/src/ui/overlays/Text3DOverlay.h +++ b/interface/src/ui/overlays/Text3DOverlay.h @@ -67,13 +67,13 @@ private: TextRenderer3D* _textRenderer = nullptr; QString _text; - xColor _backgroundColor = xColor{ 0, 0, 0 }; - float _textAlpha{ 1.0f }; - float _lineHeight{ 1.0f }; - float _leftMargin{ 0.1f }; - float _topMargin{ 0.1f }; - float _rightMargin{ 0.1f }; - float _bottomMargin{ 0.1f }; + xColor _backgroundColor = xColor { 0, 0, 0 }; + float _textAlpha { 1.0f }; + float _lineHeight { 1.0f }; + float _leftMargin { 0.1f }; + float _topMargin { 0.1f }; + float _rightMargin { 0.1f }; + float _bottomMargin { 0.1f }; }; #endif // hifi_Text3DOverlay_h