diff options
author | McCabe Maxsted | 2010-09-16 06:08:15 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-16 22:17:46 -0700 |
commit | 162cf8240158d2d487d014bdac77f58a8c75595f (patch) | |
tree | 3cf3d15c7dafd7716e02bc4bf3ef0763e74bf843 /linden/indra/newview/skins/default/xui/en-us/panel_groups.xml | |
parent | Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ... (diff) | |
download | meta-impy-162cf8240158d2d487d014bdac77f58a8c75595f.zip meta-impy-162cf8240158d2d487d014bdac77f58a8c75595f.tar.gz meta-impy-162cf8240158d2d487d014bdac77f58a8c75595f.tar.bz2 meta-impy-162cf8240158d2d487d014bdac77f58a8c75595f.tar.xz |
Added search bars for friends and groups lists, based on a feature in the Ascent viewer by Charley Levenque
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/panel_groups.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_groups.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml b/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml index 22967dc..9303852 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml | |||
@@ -4,7 +4,7 @@ | |||
4 | <scroll_list background_visible="true" bottom="45" column_padding="5" draw_border="true" | 4 | <scroll_list background_visible="true" bottom="45" column_padding="5" draw_border="true" |
5 | draw_heading="true" draw_stripes="true" enabled="true" | 5 | draw_heading="true" draw_stripes="true" enabled="true" |
6 | follows="left|top|right|bottom" left="10" mouse_opaque="true" | 6 | follows="left|top|right|bottom" left="10" mouse_opaque="true" |
7 | multi_select="false" name="group list" tab_stop="true" top="-10" | 7 | multi_select="false" name="group list" tab_stop="true" top="-30" |
8 | width="240"> | 8 | width="240"> |
9 | <column label="Group Name" name="name" dynamicwidth="true" /> | 9 | <column label="Group Name" name="name" dynamicwidth="true" /> |
10 | <column label="Notices" name="receive_notices" width="60" | 10 | <column label="Notices" name="receive_notices" width="60" |
@@ -28,7 +28,7 @@ | |||
28 | You belong to [COUNT] groups (of [MAX] maximum). | 28 | You belong to [COUNT] groups (of [MAX] maximum). |
29 | </text> | 29 | </text> |
30 | <pad bottom="-7" height="0" left="-90" width="1" /> | 30 | <pad bottom="-7" height="0" left="-90" width="1" /> |
31 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" | 31 | <button bottom_delta="-45" follows="top|right" font="SansSerif" height="22" |
32 | label="IM/Call" left_delta="0" name="IM" | 32 | label="IM/Call" left_delta="0" name="IM" |
33 | tool_tip="Open Instant Message session" width="80" /> | 33 | tool_tip="Open Instant Message session" width="80" /> |
34 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" | 34 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" |
@@ -45,6 +45,9 @@ | |||
45 | label="Search..." name="Search..." width="80" /> | 45 | label="Search..." name="Search..." width="80" /> |
46 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" | 46 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" |
47 | label="Leave" name="Leave" width="80" /> | 47 | label="Leave" name="Leave" width="80" /> |
48 | <search_editor bottom="-24" enabled="true" follows="left|right|top" font="SansSerif" | ||
49 | height="18" left="10" right="-100" name="group_search" | ||
50 | label="Type here to search your groups" width="130" /> | ||
48 | <string name="none"> | 51 | <string name="none"> |
49 | none | 52 | none |
50 | </string> | 53 | </string> |