Skip to content
Snippets Groups Projects
Commit 03128112 authored by Eli Linden's avatar Eli Linden
Browse files

EXT-8370 FIX en_xui_change resizing for IT truncation

parent 06d3db52
No related branches found
No related tags found
No related merge requests found
...@@ -96,19 +96,19 @@ ...@@ -96,19 +96,19 @@
name="replace_text" 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!" 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!"
top_pad="10" top_pad="10"
width="200"> width="210">
Replace with: Replace with:
</text> </text>
<line_editor <line_editor
follows="left|top" follows="left|top"
height="20" height="20"
layout="topleft" layout="topleft"
left_delta="89" left_delta="99"
max_length="31" max_length="31"
name="replace_editor" 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" 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"
top_delta="-4" top_delta="-4"
width="175" /> width="165" />
<text <text
type="string" type="string"
length="1" length="1"
...@@ -120,25 +120,25 @@ ...@@ -120,25 +120,25 @@
font.style="BOLD" font.style="BOLD"
name="key_label" name="key_label"
top_pad="10" top_pad="10"
width="100"> width="150">
Shortcut Key: Shortcut Key:
</text> </text>
<combo_box <combo_box
height="20" height="20"
label="None" label="None"
layout="topleft" layout="topleft"
left_delta="89" left_delta="154"
name="modifier_combo" name="modifier_combo"
top_delta="-4" top_delta="-4"
width="75" /> width="55" />
<combo_box <combo_box
height="20" height="20"
label="None" label="None"
layout="topleft" layout="topleft"
left_pad="10" left_pad="4"
name="key_combo" name="key_combo"
top_delta="0" top_delta="0"
width="75" /> width="50" />
<text <text
type="string" type="string"
length="1" length="1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment