diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2026-04-22 00:08:49 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2026-04-22 00:08:49 +0300 |
| commit | 3a1b1038a5f412f8cbb7ebdae639a8d2e363981b (patch) | |
| tree | 81bc852eee6fe495433c036c6dbe203e2cb9325f /indra/newview/llviewerchat.cpp | |
| parent | ccbe8ed139beb96288c5c4a3bca20de65b9138fa (diff) | |
change default font to SansSerifSmall
Diffstat (limited to 'indra/newview/llviewerchat.cpp')
| -rw-r--r-- | indra/newview/llviewerchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerchat.cpp b/indra/newview/llviewerchat.cpp index 2ca2c5c07d..a9aa63e68f 100644 --- a/indra/newview/llviewerchat.cpp +++ b/indra/newview/llviewerchat.cpp @@ -200,7 +200,7 @@ LLFontGL* LLViewerChat::getChatFont() break; default: case 1: - fontp = LLFontGL::getFontSansSerif(); + fontp = LLFontGL::getFontSansSerifMedium(); break; case 2: fontp = LLFontGL::getFontSansSerifBig(); |
