diff options
author | Chuck Linden <chuck@lindenlab.com> | 2010-02-01 18:43:26 -0500 |
---|---|---|
committer | Chuck Linden <chuck@lindenlab.com> | 2010-02-01 18:43:26 -0500 |
commit | 62e41595a4a4aa2cdaf58b88ca213226c54cd251 (patch) | |
tree | e35bfc481f510ed2da7e97541ebe96e30b18c07b /indra | |
parent | fdc32a367f2f7e19010a26ef338163474850e8bd (diff) |
Disabled magnifying glass icon from filter editors.
https://jira.secondlife.com/browse/EXT-4839
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/filter_editor.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/filter_editor.xml b/indra/newview/skins/default/xui/en/widgets/filter_editor.xml index 48baa2812d..1228f6be3d 100644 --- a/indra/newview/skins/default/xui/en/widgets/filter_editor.xml +++ b/indra/newview/skins/default/xui/en/widgets/filter_editor.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <filter_editor clear_button_visible="true" - search_button_visible="true" + search_button_visible="false" text_pad_left="7" select_on_focus="true" text_tentative_color="TextFgTentativeColor" |