diff options
author | Jonathan Yap <none@none> | 2011-03-25 17:58:20 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-03-25 17:58:20 -0400 |
commit | 567035a2f758fc99ab09b8c9e802dfc881fc301b (patch) | |
tree | bb1bd781577e00815ea57c2173e22fe9a80ab6fa /indra/llui/lllineeditor.h | |
parent | 1c375a8c880354432da2b218c321ed708497e161 (diff) |
STORM-1094 Chat preferences > font size should increase size of input text in IM window
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r-- | indra/llui/lllineeditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h index 723423a5b9..7b5fa218f2 100644 --- a/indra/llui/lllineeditor.h +++ b/indra/llui/lllineeditor.h @@ -201,6 +201,7 @@ public: const LLColor4& getTentativeFgColor() const { return mTentativeFgColor.get(); } const LLFontGL* getFont() const { return mGLFont; } + void setFont(const LLFontGL* font); void setIgnoreArrowKeys(BOOL b) { mIgnoreArrowKeys = b; } void setIgnoreTab(BOOL b) { mIgnoreTab = b; } |