diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-01-10 15:41:48 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-01-10 15:41:48 +0200 |
commit | fdf39d3cf4ece8e587dcc865b1c6d5ab12e66948 (patch) | |
tree | 4cfc81e5e4d42d8c05a89d58dc2e41e10134e9ff /indra/newview | |
parent | 1349eacc5cddb8d8522b4250cd3e7e54de55de2d (diff) |
SL-10329 Increase panel height to avoid message overlapping
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_model_preview.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_model_preview.xml b/indra/newview/skins/default/xui/en/floater_model_preview.xml index e073268b0a..a07fe99aef 100644 --- a/indra/newview/skins/default/xui/en/floater_model_preview.xml +++ b/indra/newview/skins/default/xui/en/floater_model_preview.xml @@ -34,7 +34,6 @@ <string name="mesh_status_invalid_material_list">LOD materials are not a subset of reference model.</string> <string name="phys_status_vertex_limit_exceeded">Some physical hulls exceed vertex limitations.</string> <string name="phys_status_degenerate_triangles">The physics mesh too dense remove the small thin triangles (see preview)</string> - <string name="phys_status_no_havok">The Firestorm OpenSim build is not supported for physics upload in SL.</string> <string name="layer_all">All</string> <!-- Text to display in physics layer combo box for "all layers" --> <string name="decomposing">Analyzing...</string> <string name="simplifying">Simplifying...</string> @@ -1223,7 +1222,7 @@ <panel follows="top|left|bottom" layout="topleft" - height="184" + height="197" left="4" border="true" name="weights_and_warning_panel" @@ -1412,7 +1411,7 @@ Lowest: border="true" layout="topleft" left_pad="265" - name="price_breakdown_panel" + name="physics_costs_panel" width="120" height="100"> <text @@ -1480,7 +1479,7 @@ Analysed: visible="false"> You dont have rights to upload mesh models. [[VURL] Find out how] to get certified. </text> - <text text_color="Yellow" layout="topleft" top_delta="5" left="6" name="status"> + <text text_color="Yellow" layout="topleft" top_pad="-1" left="6" name="status"> [STATUS] </text> </panel> |