diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-29 18:55:23 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-29 18:55:23 -0700 |
commit | a3a0d665022e9b0a9ab99f41d4a989af3fafb122 (patch) | |
tree | 36de0514d5d2f0c4f0c9c9c26d1597576a436999 /indra/newview/skins/default | |
parent | 0ce0d897f4e8bed87299b88b3ac24812bfe6afbd (diff) |
ACME-252 Create AvatarFolderItemView: Now mouse over of peopleview items show the info button and profile button.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/person_view.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/person_view.xml b/indra/newview/skins/default/xui/en/widgets/person_view.xml index d257a5114f..d0d87c02c2 100644 --- a/indra/newview/skins/default/xui/en/widgets/person_view.xml +++ b/indra/newview/skins/default/xui/en/widgets/person_view.xml @@ -31,6 +31,7 @@ name="last_interaction_time_textbox" text_color="LtGray_50" value="0s" + visible="false" width="35" /> <permission_edit_theirs_icon layout="topleft" @@ -42,6 +43,7 @@ name="permission_edit_theirs_icon" tool_tip="You can edit this friend's objects" top="4" + visible="false" width="16" /> <permission_edit_mine_icon layout="topleft" @@ -52,6 +54,8 @@ right="-110" name="permission_edit_mine_icon" tool_tip="This friend can edit, delete or take your objects" + top="4" + visible="false" width="16" /> <permission_map_icon height="16" @@ -61,6 +65,7 @@ tool_tip="This friend can locate you on the map" right="-91" name="permission_map_icon" + visible="false" width="16" /> <permission_online_icon height="16" @@ -70,6 +75,7 @@ right="-72" name="permission_online_icon" tool_tip="This friend can see when you're online" + visible="false" width="16" /> <info_btn follows="right" @@ -81,6 +87,7 @@ name="info_btn" tool_tip="More info" tab_stop="false" + visible="false" width="16" /> <profile_btn follows="right" @@ -92,6 +99,7 @@ tab_stop="false" tool_tip="View profile" top_delta="-2" + visible="false" width="20" /> <output_monitor auto_update="true" @@ -101,6 +109,7 @@ right="-3" mouse_opaque="true" name="speaking_indicator" + visible="false" width="20" /> </person_view> |