diff options
| author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-12-03 15:19:03 -0500 | 
|---|---|---|
| committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-12-03 15:19:03 -0500 | 
| commit | 301f6b45ca30ccddb6ff6241ed745040ca1f7461 (patch) | |
| tree | d4e75919dff3bda76f9af4f6bcbc6f8454289a83 /indra | |
| parent | 1f05abec617f5b295749cf50fc0ba12e74bdd44a (diff) | |
Updated to add ellipses on long descriptions, and added a margin beneath the description to keep it from running into the text below.
http://jira.secondlife.com/browse/EXT-2995
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/inspect_group.xml | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/indra/newview/skins/default/xui/en/inspect_group.xml b/indra/newview/skins/default/xui/en/inspect_group.xml index 3929e3277a..37ae5a64d7 100644 --- a/indra/newview/skins/default/xui/en/inspect_group.xml +++ b/indra/newview/skins/default/xui/en/inspect_group.xml @@ -9,7 +9,7 @@   bg_opaque_image="Inspector_Background"    can_close="false"   can_minimize="false" - height="148" + height="158"   layout="topleft"   name="inspect_group"   single_instance="true" @@ -49,6 +49,7 @@     height="45"     left="8"     name="group_details" +   use_ellipses="true"     top_pad="6"     width="220"     word_wrap="true"> @@ -60,7 +61,7 @@ Fear the moose!  Fear it!  And the mongoose too!     height="13"     left="8"     name="group_cost" -   top_pad="3" +   top_pad="13"     width="220">  L$123 to join    </text> @@ -78,7 +79,7 @@ L$123 to join     height="23"     label="Join"     left="8" -   top="266" +   top="286"     name="join_btn"     width="103"     commit_callback.function="InspectGroup.Join"/> @@ -87,7 +88,7 @@ L$123 to join     height="23"     label="Leave"     left="8" -   top="266" +   top="286"     name="leave_btn"     width="103"     commit_callback.function="InspectGroup.Leave"/> @@ -96,7 +97,7 @@ L$123 to join       height="23"       label="View Profile"       name="view_profile_btn" -     top="266" +     top="286"       left="117"       width="103"       commit_callback.function="InspectGroup.ViewProfile" /> | 
