summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTwisted_Laws <none@none>2011-06-26 11:22:42 -0400
committerTwisted_Laws <none@none>2011-06-26 11:22:42 -0400
commitbd6e1b7fd8b5dd45ccf246bd7fbc7f2071aa0d1c (patch)
tree1be02463dcf1fab9016b7c317c54dce37843b569 /indra
parentc3e4fd975cd6ce7af9521143d469ec9f017d47dd (diff)
STORM-1103 sets a minimum size for map in nearby people and makes the map resizable
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/skins/default/xui/en/panel_people.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml
index 775805ad2e..e478d7c9e2 100644
--- a/indra/newview/skins/default/xui/en/panel_people.xml
+++ b/indra/newview/skins/default/xui/en/panel_people.xml
@@ -110,8 +110,9 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
<layout_panel
height="142"
layout="topleft"
+ min_dim="100"
mouse_opaque="false"
- user_resize="false"
+ user_resize="true"
visibility_control="NearbyListShowMap"
width="313">
<net_map
@@ -128,9 +129,9 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
<layout_panel
height="213"
layout="topleft"
- min_height="100"
+ min_dim="100"
mouse_opaque="false"
- user_resize="false"
+ user_resize="true"
width="313">
<avatar_list
allow_select="true"