diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-09 16:59:10 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-09 16:59:10 -0700 |
commit | 073a7f5096d271f51885601d01bb1494daa6ff4a (patch) | |
tree | 64a6f24bab6bcf2566c15f746648fe3f48a7406d /indra/newview/skins/default/xui | |
parent | d869e706b8e664ff74e9ee9da4a43490d464a8b7 (diff) |
Layout tweaks of the social floater
Diffstat (limited to 'indra/newview/skins/default/xui')
4 files changed, 32 insertions, 40 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_social.xml b/indra/newview/skins/default/xui/en/floater_social.xml index 2d6f8a9a73..fe89e8ed5b 100644 --- a/indra/newview/skins/default/xui/en/floater_social.xml +++ b/indra/newview/skins/default/xui/en/floater_social.xml @@ -11,7 +11,7 @@ single_instance="true" reuse_instance="true" title="FACEBOOK" - height="437" + height="450" width="304"> <tab_container name="tabs" @@ -19,16 +19,16 @@ tab_min_width="70" tab_height="30" tab_position="top" + background_visible="true" + bg_alpha_color="DkGray" + bg_opaque_color="DkGray" top="7" - height="395" + height="430" halign="center"> <panel filename="panel_social_status.xml" class="llsocialstatuspanel" follows="all" - background_visible="true" - bg_alpha_color="DkGray" - bg_opaque_color="DkGray" label="STATUS" help_topic="panel_social_status" name="panel_social_status"/> @@ -43,9 +43,6 @@ filename="panel_social_place.xml" class="llsocialcheckinpanel" follows="all" - background_visible="true" - bg_alpha_color="DkGray" - bg_opaque_color="DkGray" label="PLACE" help_topic="panel_social_place" name="panel_social_place"/> @@ -53,8 +50,10 @@ <panel name="connection_status_panel" follows="left|top" - height="26" - top_pad="-30"> + background_visible="true" + bg_alpha_color="DkGray" + bg_opaque_color="DkGray" + height="24"> <text name="connection_error_text" type="string" diff --git a/indra/newview/skins/default/xui/en/panel_social_photo.xml b/indra/newview/skins/default/xui/en/panel_social_photo.xml index ddf2e5e613..4083fde61f 100644 --- a/indra/newview/skins/default/xui/en/panel_social_photo.xml +++ b/indra/newview/skins/default/xui/en/panel_social_photo.xml @@ -1,28 +1,20 @@ <panel - height="395" + height="393" width="304" layout="topleft" name="panel_social_photo"> <layout_stack layout="topleft" border_size="0" - height="395" + height="385" follows="top|left|right" orientation="vertical" name="stack_photo" top="8"> <layout_panel - name="photo_detail_panel" - height="295"> - <panel - top="0" - follows="all" - height="295" - width="286" - left="7" - label="snapshot_panel" - help_topic="snapshot_panel" - name="snapshot_panel"> + name="snapshot_panel" + top="0" + height="360"> <combo_box control_name="SocialPhotoResolution" follows="left|top" @@ -103,13 +95,13 @@ height="16" left="9" name="caption_label" - top_pad="12" + top_pad="5" type="string"> Comment (optional): </text> <text_editor follows="left|top" - height="47" + height="87" width="250" left="9" length="1" @@ -123,15 +115,16 @@ initial_value="true" label="Include location in posting" name="add_location_cb" - top_pad="19"/> - </panel> + left="6" + height="16" + top_pad="5"/> </layout_panel> <layout_panel name="photo_button_panel" - height="96"> + height="25"> <button follows="left|top" - top="32" + top="0" left="9" height="23" label="Post" diff --git a/indra/newview/skins/default/xui/en/panel_social_place.xml b/indra/newview/skins/default/xui/en/panel_social_place.xml index 2c186fc52e..856f94d88b 100644 --- a/indra/newview/skins/default/xui/en/panel_social_place.xml +++ b/indra/newview/skins/default/xui/en/panel_social_place.xml @@ -1,19 +1,19 @@ <panel - height="395" + height="393" width="304" layout="topleft" name="panel_social_place"> <layout_stack layout="topleft" border_size="0" - height="395" + height="385" follows="all" orientation="vertical" name="stack_place" top="8"> <layout_panel name="place_detail_panel" - height="122"> + height="127"> <text length="1" follows="top|left|right" @@ -39,7 +39,7 @@ </layout_panel> <layout_panel name="place_map_panel" - height="133"> + height="233"> <loading_indicator follows="left|top" height="24" @@ -81,10 +81,10 @@ </layout_panel> <layout_panel name="place_button_panel" - height="96"> + height="25"> <button follows="left|top" - top="40" + top="0" left="9" height="23" label="Post" diff --git a/indra/newview/skins/default/xui/en/panel_social_status.xml b/indra/newview/skins/default/xui/en/panel_social_status.xml index c5059b679b..b6f3f00cd4 100644 --- a/indra/newview/skins/default/xui/en/panel_social_status.xml +++ b/indra/newview/skins/default/xui/en/panel_social_status.xml @@ -1,19 +1,19 @@ <panel - height="395" + height="393" width="304" layout="topleft" name="panel_social_status"> <layout_stack layout="topleft" border_size="0" - height="395" + height="385" follows="all" orientation="vertical" name="stack_status" top="8"> <layout_panel name="status_detail_panel" - height="40"> + height="360"> <text length="1" follows="top|left|right" @@ -39,10 +39,10 @@ </layout_panel> <layout_panel name="status_button_panel" - height="96"> + height="25"> <button follows="left|top" - top="213" + top="0" left="9" height="23" label="Post" |