diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-12 17:57:31 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-12 17:57:31 -0700 |
commit | 0530eac42c8cbb4f41131e8d7796006b47ba1fa5 (patch) | |
tree | 1246e2e94ce1aec2f13beb732c071e479ea576c4 /indra/newview/skins/default/xui/en/panel_social_status.xml | |
parent | b22b47fde552d2b1951858b7a4707876744cf396 (diff) |
ACME-701 : Align all social panels UX, recenter the preview in the photo panel
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_social_status.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_social_status.xml | 14 |
1 files changed, 7 insertions, 7 deletions
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 975f8cd29c..54cfa3f524 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="393" + height="400" width="304" layout="topleft" name="panel_social_status"> <layout_stack layout="topleft" border_size="0" - height="385" + height="392" follows="all" orientation="vertical" name="stack_status" top="8"> <layout_panel name="status_detail_panel" - height="360"> + height="367"> <text length="1" follows="top|left|right" @@ -21,14 +21,14 @@ height="16" left="9" name="status_caption_label" - top="1" + top="13" type="string"> What's on your mind? </text> <text_editor - follows="left|top|right" - height="80" - right="-9" + follows="left|top" + height="150" + width="250" left="9" length="1" max_length="700" |