Skip to content
Snippets Groups Projects
Commit a517dec5 authored by maxim_productengine's avatar maxim_productengine
Browse files

MAINT-8636 Allow to deselect avatars and groups via Ctrl + click in all tabs of 'People' floater

parent 89b34929
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
layout="topleft" layout="topleft"
left="3" left="3"
name="blocked" name="blocked"
keep_one_selected="false"
tool_tip="List of currently blocked Residents" tool_tip="List of currently blocked Residents"
top_pad="4" top_pad="4"
right="-1"/> right="-1"/>
......
...@@ -345,6 +345,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M ...@@ -345,6 +345,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
left="0" left="0"
multi_select="true" multi_select="true"
name="avatars_online" name="avatars_online"
keep_one_selected="false"
show_permissions_granted="true" show_permissions_granted="true"
top="0" top="0"
width="307" /> width="307" />
...@@ -362,6 +363,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M ...@@ -362,6 +363,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
left="0" left="0"
multi_select="true" multi_select="true"
name="avatars_all" name="avatars_all"
keep_one_selected="false"
show_permissions_granted="true" show_permissions_granted="true"
top="0" top="0"
width="307" /> width="307" />
...@@ -517,6 +519,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M ...@@ -517,6 +519,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
height="388" height="388"
layout="topleft" layout="topleft"
left="3" left="3"
keep_one_selected="false"
name="group_list" name="group_list"
right="-2" right="-2"
top_pad="4" /> top_pad="4" />
...@@ -631,6 +634,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M ...@@ -631,6 +634,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
multi_select="true" multi_select="true"
name="avatar_list" name="avatar_list"
show_last_interaction_time="true" show_last_interaction_time="true"
keep_one_selected="false"
right="-2" right="-2"
top_pad="4" /> top_pad="4" />
</panel> </panel>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment