diff options
author | Kurt Stauffacher <kurt@lindenlab.com> | 2009-09-15 23:40:35 +0000 |
---|---|---|
committer | Kurt Stauffacher <kurt@lindenlab.com> | 2009-09-15 23:40:35 +0000 |
commit | dd4cf261d9716b178a370e9625f02da60763ab2b (patch) | |
tree | c81721dda1eeeb3eec723e3bccfed3788e99688a /indra/newview | |
parent | d291c0e749541ac9c286a925508b095fa2e8cfd3 (diff) |
Updated panel_people.xml and panel_notes.xml to accommodate new side-tray width EXT-970
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_notes.xml | 24 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 18 |
2 files changed, 21 insertions, 21 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_notes.xml b/indra/newview/skins/default/xui/en/panel_notes.xml index 12badfccf0..58ebac2a84 100644 --- a/indra/newview/skins/default/xui/en/panel_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_notes.xml @@ -8,7 +8,7 @@ left="0" name="panel_notes" top="0" - width="285"> + width="313"> <layout_stack name="layout" orientation="vertical" @@ -17,7 +17,7 @@ left="0" top="0" height="420" - width="285" + width="313" border_size="0"> <panel name="notes_stack" @@ -26,7 +26,7 @@ top="0" left="0" height="390" - width="285"> + width="313"> <scroll_container color="DkGray2" follows="left|top|right|bottom" @@ -36,14 +36,14 @@ name="profile_scroll" opaque="true" top="0" - width="285"> + width="313"> <panel height="350" layout="topleft" name="profile_scroll_panel" top="0" left="0" - width="240"> + width="293"> <text follows="left|top" font="SansSerifBold" @@ -52,9 +52,9 @@ left="10" name="status_message" text_color="white" - top="0" + top="5" value="My private notes:" - width="230" /> + width="293" /> <text_editor follows="left|top" height="200" @@ -65,7 +65,7 @@ name="notes_edit" text_color="black" top_pad="10" - width="235" + width="280" word_wrap="true" /> <text follows="left|top" @@ -77,7 +77,7 @@ text_color="white" top_pad="10" value="Let this person:" - width="225" /> + width="293" /> <check_box enabled="false" height="20" @@ -86,7 +86,7 @@ left="20" name="status_check" top_pad="0" - width="230" /> + width="293" /> <check_box enabled="false" height="20" @@ -95,7 +95,7 @@ left="20" name="map_check" top_pad="0" - width="230" /> + width="293" /> <check_box enabled="false" height="20" @@ -104,7 +104,7 @@ left="20" name="objects_check" top_pad="0" - width="230" /> + width="293" /> </panel> </scroll_container> </panel> diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index 310e3908ca..2e454cfed9 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -162,7 +162,7 @@ color="DkGray" layout="topleft" left="0" name="bottom_panel" - width="285"> + width="313"> <button follows="bottom|left" font="SansSerifBigBold" @@ -199,7 +199,7 @@ color="DkGray" image_unselected="TrashItem_Off" image_disabled="TrashItem_Disabled" layout="topleft" - left_pad="180" + left_pad="230" name="del_btn" picture_style="true" tool_tip="Remove selected person from your Friends list" @@ -216,7 +216,7 @@ color="DkGray" top="0" layout="topleft" name="groups_panel" - width="285"> + width="313"> <group_list draw_heading="false" follows="left|top|right|bottom" @@ -226,7 +226,7 @@ color="DkGray" left="0" name="group_list" top="2" - width="285" /> + width="313" /> <panel background_visible="true" bevel_style="none" @@ -237,7 +237,7 @@ color="DkGray" layout="topleft" left="0" name="bottom_panel" - width="285"> + width="313"> <button enabled="false" follows="bottom|left" @@ -288,7 +288,7 @@ color="DkGray" image_selected="TrashItem_Press" image_unselected="TrashItem_Off" layout="topleft" - left_pad="146" + left_pad="196" name="minus_btn" picture_style="true" tool_tip="Leave selected group" @@ -305,7 +305,7 @@ color="DkGray" label="Recent" layout="topleft" name="recent_panel" - width="285"> + width="313"> <avatar_list_tmp color="DkGray2" follows="left|top|right|bottom" @@ -314,7 +314,7 @@ color="DkGray" left="0" name="avatar_list" top="2" - width="285" /> + width="313" /> <panel background_visible="true" bevel_style="none" @@ -325,7 +325,7 @@ color="DkGray" layout="topleft" left="0" name="bottom_panel" - width="285"> + width="313"> <button follows="bottom|left" font="SansSerifBigBold" |