diff options
author | Richard Linden <none@none> | 2010-07-14 11:48:33 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-07-14 11:48:33 -0700 |
commit | 1d1377079b08ada11bc33cc88ee25761b1954d5c (patch) | |
tree | 87621c6ebb4a4ed298ab74be1170bafffd623667 /indra/newview | |
parent | 7fc3d509ea41522382448be5caac9388827b5859 (diff) |
EXT-8300 FIX Creator's icon overlaps description text on object's mini-inspector
reviewed by Leyla
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 682e3eb874..d8b2866a9f 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -385,7 +385,7 @@ bool create_text_segment_icon_from_url_match(LLUrlMatch* match,LLTextBase* base) params.view = icon; params.left_pad = 4; params.right_pad = 4; - params.top_pad = 2; + params.top_pad = -2; params.bottom_pad = 2; base->appendWidget(params," ",false); |