diff options
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_area_search.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_area_search.xml b/linden/indra/newview/skins/default/xui/en-us/floater_area_search.xml index 4fa8117..a3ec84f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_area_search.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_area_search.xml | |||
@@ -32,12 +32,16 @@ | |||
32 | font="SansSerifSmall" max_length="256" mouse_opaque="true" /> | 32 | font="SansSerifSmall" max_length="256" mouse_opaque="true" /> |
33 | <scroll_list name="result_list" | 33 | <scroll_list name="result_list" |
34 | left="10" right="-10" top="-103" bottom="32" | 34 | left="10" right="-10" top="-103" bottom="32" |
35 | follows="left|top|bottom|right" can_resize="true" | 35 | follows="left|top|bottom|right" draw_stripes="true" |
36 | column_padding="0" draw_heading="true" multi_select="false" search_column="1"> | 36 | column_padding="5" draw_heading="true" multi_select="false" search_column="1"> |
37 | <column name="Name" label="Name" dynamicwidth="true" tool_tip="Double click on any entry to get a position beacon"/> | 37 | <column name="Name" label="Name" dynamicwidth="true" |
38 | <column name="Description" label="Description" dynamicwidth="true" tool_tip="Double click on any entry to get a position beacon"/> | 38 | tool_tip="Double click on any entry to get a position beacon"/> |
39 | <column name="Owner" label="Owner" dynamicwidth="true" tool_tip="Double click on any entry to get a position beacon"/> | 39 | <column name="Description" label="Description" dynamicwidth="true" |
40 | <column name="Group" label="Group" dynamicwidth="true" tool_tip="Double click on any entry to get a position beacon"/> | 40 | tool_tip="Double click on any entry to get a position beacon"/> |
41 | <column name="Owner" label="Owner" dynamicwidth="true" | ||
42 | tool_tip="Double click on any entry to get a position beacon"/> | ||
43 | <column name="Group" label="Group" dynamicwidth="true" | ||
44 | tool_tip="Double click on any entry to get a position beacon"/> | ||
41 | </scroll_list> | 45 | </scroll_list> |
42 | <button name="Refresh" label="Refresh" font="SansSerif" mouse_opaque="true" | 46 | <button name="Refresh" label="Refresh" font="SansSerif" mouse_opaque="true" |
43 | height="20" width="80" left="10" bottom="6" follows="left|bottom"/> | 47 | height="20" width="80" left="10" bottom="6" follows="left|bottom"/> |