Let's let gesture triggers and replacements be 128 characters, why not?
This commit is contained in:
@@ -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 'hello' replace with 'howdy' will turn the chat 'I wanted to say hello' into 'I wanted to say howdy' 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 'hello' replace with 'howdy' will turn the chat 'I wanted to say hello' into 'I wanted to say howdy' as well as playing the gesture"
|
||||
width="130" spell_check="true" />
|
||||
|
||||
Reference in New Issue
Block a user