summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-08 09:11:27 -0800
committerJames Cook <james@lindenlab.com>2010-02-08 09:11:27 -0800
commite0f6dc33ab2d683e5b74333989ab77baade5ac85 (patch)
treea07ac2f85c86644b4371075f680a43dd758ec638 /indra
parent92ac9932878b4cd0b0369746482c6e1f47d76994 (diff)
Tweak avatar name icon padding
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/lltextbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index 99c3179884..b84e6f45fb 100644
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -2312,7 +2312,7 @@ F32 LLNormalTextSegment::draw(S32 start, S32 end, S32 selection_start, S32 selec
image->draw(draw_rect.mLeft, image_bottom,
style_image_width, style_image_height, color);
- const S32 IMAGE_HPAD = 2;
+ const S32 IMAGE_HPAD = 3;
return draw_rect.mLeft + style_image_width + IMAGE_HPAD;
}