mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:37:35 +02:00
Conform text3d initializers to coding standard
This commit is contained in:
parent
5d1aedf707
commit
8feace62b7
1 changed files with 7 additions and 7 deletions
|
@ -67,13 +67,13 @@ private:
|
||||||
TextRenderer3D* _textRenderer = nullptr;
|
TextRenderer3D* _textRenderer = nullptr;
|
||||||
|
|
||||||
QString _text;
|
QString _text;
|
||||||
xColor _backgroundColor = xColor{ 0, 0, 0 };
|
xColor _backgroundColor = xColor { 0, 0, 0 };
|
||||||
float _textAlpha{ 1.0f };
|
float _textAlpha { 1.0f };
|
||||||
float _lineHeight{ 1.0f };
|
float _lineHeight { 1.0f };
|
||||||
float _leftMargin{ 0.1f };
|
float _leftMargin { 0.1f };
|
||||||
float _topMargin{ 0.1f };
|
float _topMargin { 0.1f };
|
||||||
float _rightMargin{ 0.1f };
|
float _rightMargin { 0.1f };
|
||||||
float _bottomMargin{ 0.1f };
|
float _bottomMargin { 0.1f };
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // hifi_Text3DOverlay_h
|
#endif // hifi_Text3DOverlay_h
|
||||||
|
|
Loading…
Reference in a new issue