summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/search_combo_box.xml
blob: 6e73e997e062a59c81943e662860e41294bd7dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<search_combo_box
 allow_text_entry="true"
 list_position="BELOW"
 show_text_as_tentative="false"
 dropdown_button_visible="false"
 max_chars="256"
 allow_new_values="true"
 background_image="TextField_Search_Off"
 background_image_disabled="TextField_Search_Disabled"
 background_image_focused="TextField_Search_Active">
 <combo_editor
  select_on_focus="true"
  text_pad_left="20" 
  background_image="TextField_Search_Off"
  background_image_disabled="TextField_Search_Disabled"
  background_image_focused="TextField_Search_Active"/>
 <combo_list
  multi_select="false"
  page_lines="10" />
 <search_button label=""
  top_pad="4"
  left_pad="4" 
  width="13"
  height="13" 
  image_unselected="Search"
  image_selected="Search" />
</search_combo_box>