summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/filter_editor.xml
blob: 2cc4abdd3038c32019e47d4aa5f9c0df60d2bb7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<filter_editor
  name="filter_editor"
  clear_button_visible="true"
  search_button_visible="false"
  text_pad_left="7"
  select_on_focus="true"
  text_tentative_color="TextFgTentativeColor"
  background_image="TextField_Search_Off"
  background_image_disabled="TextField_Search_Disabled"
  background_image_focused="TextField_Search_Active">
  <search_button label=""
    top_pad="4"
    left_pad="4"
    width="13"
    height="13"
	  image_unselected="Search"
	  image_selected="Search" />
  <clear_button label=""
   image_unselected="Icon_Close_Toast"
   image_selected="Icon_Close_Toast" />
</filter_editor>