Skip to content
Snippets Groups Projects
Commit df65685f authored by Dmitry Zaporozhan's avatar Dmitry Zaporozhan
Browse files

Fixed EXT-6790(major) - Limit to amount of text output to script error/warning...

Fixed EXT-6790(major) - Limit to amount of text output to script error/warning window is to limited.
Could not find history for floater_script_debug_panel.xml. Looks like current max_length="10000" was randomly picked as a reasonable value at some point of viewer-2-0 development.
Using viewer-1-23 value for max_length - "2147483647"

Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/250/

--HG--
branch : product-engine
parent 9d85f4eb
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
follows="left|top|right|bottom" follows="left|top|right|bottom"
height="176" height="176"
layout="topleft" layout="topleft"
max_length="10000" max_length="2147483647"
name="Chat History Editor" name="Chat History Editor"
parse_highlights="true" parse_highlights="true"
width="420" width="420"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment