diff options
| author | Lis Linden <lis@lindenlab.com> | 2010-01-05 17:49:34 -0500 | 
|---|---|---|
| committer | Lis Linden <lis@lindenlab.com> | 2010-01-05 17:49:34 -0500 | 
| commit | 6fd776bf99f751a5821e31b037fdd1875eff5641 (patch) | |
| tree | ced2cba6dcfbd6235b46ed125ea47672c4f4bf31 | |
| parent | b9b61431c580a33f909a452ebe68ce9407136ea2 (diff) | |
ext-3943 Group Call button (on side panel/People/Groups) does not fit in SL window
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index 08a10553a8..adf22f825f 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -400,7 +400,7 @@ background_visible="true"           layout="topleft"           name="group_info_btn"           tool_tip="Show group information" -         width="110" /> +         width="102" />          <button           follows="bottom|left"           top="4" @@ -410,7 +410,7 @@ background_visible="true"           layout="topleft"           name="chat_btn"           tool_tip="Open chat session" -         width="110" /> +         width="102" />          <button           follows="bottom|left"           top="4" @@ -420,6 +420,6 @@ background_visible="true"           layout="topleft"           name="group_call_btn"           tool_tip="Call this group" -         width="110" /> +         width="102" />      </panel>  </panel> | 
