diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-07-21 17:00:39 -0700 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-07-21 17:00:39 -0700 | 
| commit | 4c9760a073853ae81a78aa99119c059cdfaba664 (patch) | |
| tree | 3905931d9b00320d11fcb631c171b40666e5443c | |
| parent | 8038cbcf0e2ee23b3337a2ec0106ec4284d52c29 (diff) | |
DEV-50727 Group founder complete name extending over scroll down bar in groups panel
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_general.xml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_group_general.xml b/indra/newview/skins/default/xui/en/panel_group_general.xml index f48440b34d..70b96ca5eb 100644 --- a/indra/newview/skins/default/xui/en/panel_group_general.xml +++ b/indra/newview/skins/default/xui/en/panel_group_general.xml @@ -33,7 +33,7 @@ Hover your mouse over the options for more help.       height="110"       label=""       layout="topleft" -     left="10" +     left="5"       name="insignia"       no_commit_on_selection="true"       tool_tip="Click to choose a picture" @@ -49,7 +49,7 @@ Hover your mouse over the options for more help.       type="string"       height="16"       length="1" -     left_pad="10" +     left_pad="8"       name="prepend_founded_by"       top_delta="0">        Founder: @@ -58,11 +58,11 @@ Hover your mouse over the options for more help.        follows="left|top"       height="16"       layout="topleft" -     left_delta="0" +     left_delta="-2"       name="founder_name"       top_pad="2"       use_ellipses="true" -     width="185" /> +     width="168" />      <text      font="SansSerifMedium"      text_color="EmphasisColor" @@ -90,13 +90,13 @@ Hover your mouse over the options for more help.      <text_editor       type="string"       follows="left|top|right" -     left="5" +     left="3"       height="80"       layout="topleft"       max_length="511"       name="charter"       top="105" -     right="-1" +     right="-4"      bg_readonly_color="DkGray2"      text_readonly_color="White"       word_wrap="true"> | 
