summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-07-15 13:25:55 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-07-15 13:25:55 +0300
commit1e5c85259ecab2351a267e389fdb8b0f5862286c (patch)
treecd14a402fb527f8fed2d66dd948a705c90f86fcb /indra/newview/llappviewer.cpp
parent8dea26aa6c11b7d7b77e22c7f0b398d1ba659bce (diff)
parent08647d14c256cd6959a9853dc194614771a19501 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 6869cf3e64..296e3b7e86 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -386,7 +386,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);