From 1db494f58ad378b8028c1f071196be82af5fe964 Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Fri, 14 Aug 2009 01:15:46 +0000 Subject: * Added a few safety checks to LLScrollContainer * Minor change to LLIMView so that IM windows don't get hidden after they are displayed * Changed default action for avatar list to be IM as per spec * Fixed merge of home tab from avatar code. --- .../default/xui/en/panel_sidetray_home_tab.xml | 77 +++++++++++----------- 1 file changed, 38 insertions(+), 39 deletions(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml b/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml index 6aa42185f7..629f1d260a 100644 --- a/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml +++ b/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml @@ -136,7 +136,7 @@ top="10" width="20" /> - + bg_alpha_color="DkGray2" + class="panel_sidetray_home_info" follows="left|top|right" - height="130" - left="10" + height="130" + layout="topleft" + left="10" name="sidebar_appearance" - width="280" + width="280"> - text_color="white" - width="200" - word_wrap="true" - top="-10" - Appearance - + font="SansSerifBigBold" + height="30" + layout="topleft" + left="5" + mouse_opaque="false" + name="tab_name" + text_color="white" + top="10" + value="My Appearance" + width="200" + word_wrap="true" /> + height="20" + layout="topleft" + name="tab_icon" + right="-10" + top="10" + width="20" /> - Change your appearance. + follows="left|right|bottom|top" + font="SansSerifBold" + height="120" + layout="topleft" + left="10" + mouse_opaque="false" + name="tab_description" + right="-10" + text_color="white" + top="40" + word_wrap="true"> + Change your appearance. -- cgit v1.2.3