diff options
| author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-26 10:16:19 +0200 | 
|---|---|---|
| committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-26 10:16:19 +0200 | 
| commit | 865617da42d1ec723362f83d6ab2edbae5bb9a65 (patch) | |
| tree | 7398806eb619218f2410dae5e4ae750f1b95cf69 | |
| parent | 5d7497aab21f9cfcd8b86c73c27dce33e8409841 (diff) | |
sidefix for EXT-4484 [BSI] default find window size covers up lower tray
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_search.xml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_search.xml b/indra/newview/skins/default/xui/en/floater_search.xml index b0bb282abd..775e7d66f7 100644 --- a/indra/newview/skins/default/xui/en/floater_search.xml +++ b/indra/newview/skins/default/xui/en/floater_search.xml @@ -2,9 +2,9 @@  <floater   legacy_header_height="13"   can_resize="true" - height="646" + height="546"   layout="topleft" - min_height="646" + min_height="546"   min_width="670"   name="floater_search"   help_topic="floater_search" @@ -21,7 +21,7 @@          Done      </floater.string>      <layout_stack -     bottom="641" +     bottom="541"       follows="left|right|top|bottom"       layout="topleft"       left="10" @@ -42,7 +42,7 @@               left="0"               name="browser"               top="0" -             height="600" +             height="500"               width="650" />              <text               follows="bottom|left"  | 
