/indra/newview/skins/default/xui/en/widgets/search_editor.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 28 lines · 28 code · 0 blank · 0 comment · 0 complexity · 18cc7be550348024dbf5d13e04d3d763 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <search_editor
  3. name="search_editor"
  4. clear_button_visible="false"
  5. search_button_visible="true"
  6. text_pad_left="6"
  7. text_pad_right="6"
  8. select_on_focus="true"
  9. text_tentative_color="TextFgTentativeColor"
  10. background_image="TextField_Search_Off"
  11. background_image_disabled="TextField_Search_Disabled"
  12. background_image_focused="TextField_Search_Active" >
  13. <search_button
  14. top_pad="4"
  15. left_pad="4"
  16. width="13"
  17. height="13"
  18. image_unselected="Search"
  19. image_selected="Search" />
  20. <clear_button
  21. bottom="4"
  22. height="16"
  23. image_unselected="Icon_Close_Foreground"
  24. image_selected="Icon_Close_Press"
  25. pad_right="4"
  26. pad_left="4"
  27. width="16" />
  28. </search_editor>