Let's let gesture triggers and replacements be 128 characters, why not?

This commit is contained in:
Liru Færs
2019-10-20 01:19:58 -04:00
parent 1d073cd0d9
commit a644b2dee5

View File

@@ -24,14 +24,14 @@
name="trigger_label">
Trigger:
</text>
<line_editor bottom_delta="-6" follows="left|top" height="20" left="100" max_length="31"
<line_editor bottom_delta="-6" follows="left|top" height="20" left="100" max_length="128"
name="trigger_editor" width="105" />
<text bottom_delta="6" follows="top|left" font="SansSerif" left="220"
name="replace_text"
tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture!">
Replace with:
</text>
<line_editor bottom_delta="-6" follows="left|top" height="20" left="300" max_length="31"
<line_editor bottom_delta="-6" follows="left|top" height="20" left="300" max_length="128"
name="replace_editor"
tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture"
width="130" spell_check="true" />