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 | 3cb20abfc928868fb6e95eaa78ea05b494d08af3 (patch) | |
tree | 3b7c614de23b2e0503a0f1242ede36ceffcb6ff5 /indra | |
parent | a988b230c2d321dbc7270b2da83645cffb35c4dd (diff) |
SL-10329 Increase panel height to avoid message overlapping
Diffstat (limited to 'indra')
-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 1b038a0244..ceea5b7421 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> @@ -1252,7 +1251,7 @@ <panel follows="top|left|bottom" layout="topleft" - height="184" + height="197" left="4" border="true" name="weights_and_warning_panel" @@ -1441,7 +1440,7 @@ Lowest: border="true" layout="topleft" left_pad="265" - name="price_breakdown_panel" + name="physics_costs_panel" width="120" height="100"> <text @@ -1509,7 +1508,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> |