Skip to content
Snippets Groups Projects
Commit dd9a3c4b authored by Paul Guslisty's avatar Paul Guslisty
Browse files

EXT-8599 FIXED (Search Floater - \"loading\" and \"Done\" text in lower left is cut-off)

- Added height parameters and removed unnecessary bottom parameter

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/852/

--HG--
branch : product-engine
parent 6a920e23
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
Done Done
</floater.string> </floater.string>
<layout_stack <layout_stack
bottom="595" height="580"
follows="left|right|top|bottom" follows="left|right|top|bottom"
layout="topleft" layout="topleft"
left="10" left="10"
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
top="20" top="20"
width="630"> width="630">
<layout_panel <layout_panel
height="570"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
top_delta="0" top_delta="0"
...@@ -37,13 +38,12 @@ ...@@ -37,13 +38,12 @@
user_resize="false" user_resize="false"
width="630"> width="630">
<web_browser <web_browser
bottom="-10"
follows="left|right|top|bottom" follows="left|right|top|bottom"
layout="topleft" layout="topleft"
left="0" left="0"
name="browser" name="browser"
top="0" top="0"
height="555" height="540"
width="630" /> width="630" />
<text <text
follows="bottom|left" follows="bottom|left"
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="status_text" name="status_text"
top_pad="7" top_pad="10"
width="150" /> width="150" />
<text <text
visible="false" visible="false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment