diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-04-01 15:10:30 -0700 |
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-04-01 15:10:30 -0700 |
| commit | b6109c46451ab097ff4ce9d8d46ca596b0ab0ce0 (patch) | |
| tree | 32c634bab7a38f4959f8dbf514f6dddb862f1b57 /indra/newview/llvoavatar.cpp | |
| parent | 1d0f98f075471797605ed2b79fcbb9d79eb7291a (diff) | |
EXT-5168 prefs review: Remove "Small nametags" option
reviewed by Richard cc#176
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rw-r--r-- | indra/newview/llvoavatar.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index c400e8510e..0ce8894872 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2929,14 +2929,7 @@ void LLVOAvatar::idleUpdateNameTag(const LLVector3& root_pos_last) } else { - if (gSavedSettings.getBOOL("SmallAvatarNames")) - { - mNameText->setFont(LLFontGL::getFontSansSerif()); - } - else - { - mNameText->setFont(LLFontGL::getFontSansSerifBig()); - } + mNameText->setFont(LLFontGL::getFontSansSerif()); mNameText->setTextAlignment(LLHUDText::ALIGN_TEXT_CENTER); mNameText->setFadeDistance(CHAT_NORMAL_RADIUS, 5.f); mNameText->setVisibleOffScreen(FALSE); |
