diff options
author | James Cook <james@lindenlab.com> | 2010-02-04 22:19:15 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-04 22:19:15 -0800 |
commit | 92ac9932878b4cd0b0369746482c6e1f47d76994 (patch) | |
tree | 3bcbba745a24db93d6b445b2d52d0cc8d16b098f /indra/newview/skins/default/xui/en | |
parent | 62ce5d0ebd1bf65d6a66457d48cd4d2aa4a4bd06 (diff) |
Fix placement of icon next to linked agent/group names.
Suppresses rendering of text in LLNormalTextSegment that represent an icon,
properly computes vertical spacing based on font height, and adds padding
to the right of the icon.
(transplanted from 33be702e47c359ccaeb47f251e10753fd173cc09)
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_test_inspectors.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_test_inspectors.xml b/indra/newview/skins/default/xui/en/floater_test_inspectors.xml index 0f5c5f2be0..209285da2e 100644 --- a/indra/newview/skins/default/xui/en/floater_test_inspectors.xml +++ b/indra/newview/skins/default/xui/en/floater_test_inspectors.xml @@ -116,10 +116,10 @@ follows="left|top" font="SansSerif" height="20" - left="0" + left="10" max_length="65536" name="slurl" - top_pad="4" + top_pad="20" width="150"> secondlife:///app/agent/00000000-0000-0000-0000-000000000000/inspect </text> @@ -127,12 +127,11 @@ follows="left|top" font="SansSerif" height="20" - left="0" + left="10" max_length="65536" name="slurl_group" - top_pad="4" + top_pad="20" width="150"> secondlife:///app/group/00000000-0000-0000-0000-000000000000/inspect </text> - </floater> |