diff options
Diffstat (limited to 'source/frontend/StarChat.hpp')
-rw-r--r-- | source/frontend/StarChat.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/StarChat.hpp b/source/frontend/StarChat.hpp index 4c0dae9..9c1f8f4 100644 --- a/source/frontend/StarChat.hpp +++ b/source/frontend/StarChat.hpp @@ -68,11 +68,13 @@ private: float m_chatVisTime; float m_fadeRate; unsigned m_fontSize; + String m_fontDirectives; float m_chatLineHeight; unsigned m_chatHistoryLimit; int m_historyOffset; CanvasWidgetPtr m_chatLog; + Vec2I m_chatLogPadding; ImageStretchWidgetPtr m_background; int m_defaultHeight; |