diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml | 141 |
1 files changed, 45 insertions, 96 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 ab0f956da0..d8d47c4008 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 @@ -5,7 +5,7 @@ background_visible="true" height="570" label="Group Info" layout="topleft" - min_height="425" + min_height="350" left="0" top="20" name="GroupInfo" @@ -47,7 +47,7 @@ background_visible="true" text_color="white" top="0" value="(Loading...)" - use_ellipses="true" + use_elipsis="true" width="300" /> <line_editor follows="left|top" @@ -60,7 +60,7 @@ background_visible="true" top_delta="5" width="250" height="20" - visible="false" /> + visible="true" /> <texture_picker follows="left|top" height="113" @@ -112,46 +112,33 @@ background_visible="true" left_delta="0" top_pad="6" height="23" - label="JOIN NOW!" + label="Join now!" + label_selected="Join now!" name="btn_join" visible="true" width="120" /> <accordion follows="all" - height="425" + height="405" layout="topleft" left="0" - multiple_expansion="false" name="groups_accordion" - top_pad="15" - width="336"> + top_pad="20" + width="333"> <accordion_tab can_resize="false" - expanded="true" layout="topleft" name="tab_general" title="General"> - <scroll_container - color="DkGray2" - opaque="true" - height="323" - follows="all" + <panel + border="false" + filename="panel_group_general.xml" layout="topleft" left="0" + help_topic="group_general_tab" + name="general_tab" top="0" - name="general_scroll" - reserve_scroll_corner="false" - width="333"> - <panel - border="false" - filename="panel_group_general.xml" - layout="topleft" - left="0" - help_topic="group_general_tab" - name="general_tab" - top="0" - width="303" /> - </scroll_container> + width="333" /> </accordion_tab> <accordion_tab can_resize="false" @@ -159,27 +146,15 @@ background_visible="true" layout="topleft" name="tab_roles" title="Roles"> - <scroll_container - color="DkGray2" - opaque="true" - height="323" - follows="all" - layout="topleft" - left="0" - top="0" - name="roles_scroll" - reserve_scroll_corner="false" - width="333"> - <panel - border="false" - filename="panel_group_roles.xml" - layout="topleft" - left="0" - help_topic="group_roles_tab" - name="roles_tab" - top="0" - width="303" /> - </scroll_container> + <panel + border="false" + filename="panel_group_roles.xml" + layout="topleft" + left="0" + help_topic="group_roles_tab" + name="roles_tab" + top="0" + width="333" /> </accordion_tab> <accordion_tab can_resize="false" @@ -187,45 +162,21 @@ background_visible="true" layout="topleft" name="tab_notices" title="Notices"> - <scroll_container - color="DkGray2" - opaque="true" - height="323" - follows="all" - layout="topleft" - left="0" - top="0" - name="notices_scroll" - reserve_scroll_corner="false" - width="333"> <panel - border="false" filename="panel_group_notices.xml" layout="topleft" left="0" help_topic="group_notices_tab" name="notices_tab" top="0" - width="303" /> - </scroll_container> + width="333" /> </accordion_tab> - <accordion_tab + <accordion_tab can_resize="false" expanded="false" layout="topleft" name="tab_notices" title="Land/Assets"> - <scroll_container - color="DkGray2" - opaque="true" - height="323" - follows="all" - layout="topleft" - left="0" - top="0" - name="land_scroll" - reserve_scroll_corner="false" - width="333"> <panel border="false" filename="panel_group_land_money.xml" @@ -234,43 +185,41 @@ background_visible="true" help_topic="group_land_money_tab" name="land_money_tab" top="0" - width="313" /> - </scroll_container> + width="333" /> </accordion_tab> </accordion> - <button + <button follows="top|left" - height="22" + height="20" image_overlay="Refresh_Off" layout="topleft" - left="5" name="btn_refresh" picture_style="true" - top_pad="-15" - width="23" /> - <button + left="5" + width="20" /> + <button + height="20" + font="SansSerifSmall" + label="Save" + label_selected="Save" + name="btn_apply" + left_pad="5" + width="65" /> + <button height="20" label="Create" - label_selected="New group" + label_selected="Create" name="btn_create" - left_pad="10" + left_pad="5" visible="false" - width="100" /> - <!-- <button - left_pad="10" + width="65" /> + <button + left_pad="5" height="20" label="Cancel" label_selected="Cancel" name="btn_cancel" visible="false" - width="65" />--> - <button - height="20" - font="SansSerifSmall" - label="Save" - label_selected="Save" - name="btn_apply" - left_pad="10" - right="-10" width="65" /> + </panel>
\ No newline at end of file |