diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-04 14:25:41 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-04 14:25:41 +0200 |
commit | 8bd0c9058d3d24218cf59dd01f152b41240853a4 (patch) | |
tree | 069285ece836050486f887268b7c4334fe03d8de /indra/newview/skins/default | |
parent | 506f1787a5e3c98c60e10a00e6197303d28eb03a (diff) |
fix for some group_info bugs.
EXT-1091 "Refresh" button is overlapped by "Cancel" button in "Group Profile" panel
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml b/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml index 132c031942..7e24ad2c94 100644 --- a/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml +++ b/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml @@ -128,15 +128,16 @@ background_visible="true" <accordion_tab can_resize="false" layout="topleft" - name="tab_general" + name="group_general_tab" title="General"> <panel border="false" + class="panel_group_general" filename="panel_group_general.xml" layout="topleft" left="0" help_topic="group_general_tab" - name="general_tab" + name="group_general_tab_panel" top="0" width="333" /> </accordion_tab> @@ -144,15 +145,16 @@ background_visible="true" can_resize="false" expanded="false" layout="topleft" - name="tab_roles" + name="group_roles_tab" title="Roles"> <panel border="false" + class="panel_group_roles" filename="panel_group_roles.xml" layout="topleft" left="0" help_topic="group_roles_tab" - name="roles_tab" + name="group_roles_tab_panel" top="0" width="333" /> </accordion_tab> @@ -160,14 +162,15 @@ background_visible="true" can_resize="false" expanded="false" layout="topleft" - name="tab_notices" + name="group_notices_tab" title="Notices"> <panel + class="panel_group_notices" filename="panel_group_notices.xml" layout="topleft" left="0" help_topic="group_notices_tab" - name="notices_tab" + name="group_notices_tab_panel" top="0" width="333" /> </accordion_tab> @@ -175,15 +178,16 @@ background_visible="true" can_resize="false" expanded="false" layout="topleft" - name="tab_notices" + name="group_land_tab" title="Land/Assets"> <panel border="false" + class="panel_group_land_money" filename="panel_group_land_money.xml" layout="topleft" left="0" help_topic="group_land_money_tab" - name="land_money_tab" + name="group_land_tab_panel" top="0" width="333" /> </accordion_tab> |