diff options
Diffstat (limited to 'source/windowing/StarPane.hpp')
-rw-r--r-- | source/windowing/StarPane.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/windowing/StarPane.hpp b/source/windowing/StarPane.hpp index 172af03..ce78337 100644 --- a/source/windowing/StarPane.hpp +++ b/source/windowing/StarPane.hpp @@ -113,6 +113,7 @@ protected: WidgetPtr m_icon; String m_title; String m_subTitle; + String m_font; unsigned m_fontSize; Vec2I m_iconOffset; Vec2I m_titleOffset; |