diff options
author | Merov Linden <merov@lindenlab.com> | 2013-04-30 17:20:49 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-04-30 17:20:49 -0700 |
commit | 8764e84041c48d0facd3a2860d90f78c88714f7c (patch) | |
tree | 775bc74790ca0b65028608372a3557ced83b7a3c /indra/newview/skins/default/xui | |
parent | 336efe17d8f24a8445e93645f2cf18b68e18de2e (diff) | |
parent | 9fdfc8dd5c52e515990f3ef4e552b9084fa66373 (diff) |
Pull from viewer-fbc
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/person_view.xml | 12 |
1 files changed, 11 insertions, 1 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..4a39109f36 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,8 +87,10 @@ name="info_btn" tool_tip="More info" tab_stop="false" + visible="false" width="16" /> <profile_btn + layout="topleft" follows="right" height="20" image_overlay="Web_Profile_Off" @@ -91,7 +99,8 @@ name="profile_btn" tab_stop="false" tool_tip="View profile" - top_delta="-2" + top="2" + visible="false" width="20" /> <output_monitor auto_update="true" @@ -101,6 +110,7 @@ right="-3" mouse_opaque="true" name="speaking_indicator" + visible="false" width="20" /> </person_view> |