diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-02-05 16:23:13 +0000 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-02-05 16:23:13 +0000 |
commit | fc9099a0faef9f077b7986651f953998d6b9ac0c (patch) | |
tree | d192c0e25d250c20faae00519ce3decb0d099340 /indra/newview/skins/default/xui/en/floater_search.xml | |
parent | da44a78e6a899324ca9dad6bae6e0d6fc8b73dcb (diff) | |
parent | 166ac89de9bcf951103cbf2551a133ebe9e43035 (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_search.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_search.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_search.xml b/indra/newview/skins/default/xui/en/floater_search.xml index 775e7d66f7..9ca18d455b 100644 --- a/indra/newview/skins/default/xui/en/floater_search.xml +++ b/indra/newview/skins/default/xui/en/floater_search.xml @@ -2,16 +2,16 @@ <floater legacy_header_height="13" can_resize="true" - height="546" + height="600" layout="topleft" - min_height="546" - min_width="670" + min_height="400" + min_width="450" name="floater_search" help_topic="floater_search" save_rect="true" single_instance="true" title="FIND" - width="670"> + width="650"> <floater.string name="loading_text"> Loading... @@ -21,20 +21,20 @@ Done </floater.string> <layout_stack - bottom="541" + bottom="595" follows="left|right|top|bottom" layout="topleft" left="10" name="stack1" top="20" - width="650"> + width="630"> <layout_panel layout="topleft" left_delta="0" top_delta="0" name="browser_layout" user_resize="false" - width="650"> + width="630"> <web_browser bottom="-10" follows="left|right|top|bottom" @@ -42,8 +42,8 @@ left="0" name="browser" top="0" - height="500" - width="650" /> + height="555" + width="630" /> <text follows="bottom|left" height="16" |