summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_my_profile.xml
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2011-09-26 15:21:46 +0300
committerSeth ProductEngine <slitovchuk@productengine.com>2011-09-26 15:21:46 +0300
commita80d5f2b46b21a8d1a48da4b4d2c740cb8260928 (patch)
tree10fda3feab008b1a6d5a71cb851758bb74ef80b3 /indra/newview/skins/default/xui/en/floater_my_profile.xml
parent679a028fcc5615b9725bf11f6949634617fad06d (diff)
EXP-1222 FIXED Added a floater for My Profile side tab.
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer. - Removed obsolete code implementing the tri-state behavior of Profile side panel. - Added People panel XUI which is referenced from Profile panel.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_my_profile.xml')
-rw-r--r--indra/newview/skins/default/xui/en/floater_my_profile.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_my_profile.xml b/indra/newview/skins/default/xui/en/floater_my_profile.xml
new file mode 100644
index 0000000000..b3ebe7f791
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/floater_my_profile.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<floater
+ can_close="true"
+ can_resize="true"
+ height="570"
+ help_topic="sidebar_me"
+ min_width="333"
+ min_height="440"
+ name="floater_profile"
+ save_rect="true"
+ save_visibility="true"
+ title="My Profile"
+ width="333" >
+ <panel
+ class="panel_me"
+ name="main_panel"
+ filename="panel_me.xml"
+ follows="all"/>
+</floater>