Don't limit the length of notecards and scripts, let the server scream at us instead.

This commit is contained in:
Lirusaito
2018-07-13 17:38:23 -04:00
parent f1e6092b94
commit 6edd21bfe6
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
</menu_bar>
<text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true"
follows="left|top|right|bottom" font="SansSerif" height="285"
ignore_tab="false" left="4" max_length="65536" mouse_opaque="true"
ignore_tab="false" left="4" max_length="2147483647" mouse_opaque="true"
name="Notecard Editor" width="392" word_wrap="true" spell_check="true">
Loading...
</text_editor>

View File

@@ -36,7 +36,7 @@
</menu_bar>
<text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true"
follows="left|top|right|bottom" font="SansSerif" height="285"
ignore_tab="false" left="4" max_length="65536" mouse_opaque="true"
ignore_tab="false" left="4" max_length="2147483647" mouse_opaque="true"
name="Notecard Editor" width="392" word_wrap="true">
Loading...
</text_editor>

View File

@@ -4,7 +4,7 @@
<text_editor type="string" length="1" bottom="-393"
embedded_items="false" enabled="true" follows="left|top|right|bottom"
font="Monospace" height="376" ignore_tab="false" left="4"
max_length="65536" mouse_opaque="true" name="Script Editor" width="492" border_drop_shadow_visible="false" border_visible="false" bevel_style="none" border_style="line" border_thickness="0"
max_length="2147483647" mouse_opaque="true" name="Script Editor" width="492" border_drop_shadow_visible="false" border_visible="false" bevel_style="none" border_style="line" border_thickness="0"
word_wrap="true" show_line_numbers="true">
Loading...
</text_editor>