diff options
Diffstat (limited to 'indra/newview')
| -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 49b3b58113..354f1de85e 100644 --- a/indra/newview/skins/default/xui/en/floater_search.xml +++ b/indra/newview/skins/default/xui/en/floater_search.xml @@ -22,7 +22,7 @@          Done      </floater.string>      <layout_stack -     bottom="595" +     height="580"       follows="left|right|top|bottom"       layout="topleft"       left="10" @@ -30,6 +30,7 @@       top="20"       width="630">          <layout_panel +         height="570"           layout="topleft"           left_delta="0"           top_delta="0" @@ -37,13 +38,12 @@           user_resize="false"           width="630">              <web_browser -             bottom="-10"               follows="left|right|top|bottom"               layout="topleft"               left="0"               name="browser"               top="0" -             height="555" +             height="540"               width="630" />              <text               follows="bottom|left" @@ -51,7 +51,7 @@               layout="topleft"               left_delta="0"               name="status_text" -             top_pad="7" +             top_pad="10"               width="150" />              <text               visible="false" | 
