Force translator off, remove its UI in chat, small adjustments
This commit is contained in:
@@ -7399,7 +7399,7 @@
|
||||
<key>Comment</key>
|
||||
<string>Translate incoming chat messages</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<integer>0</integer>
|
||||
<key>Type</key>
|
||||
<string>Boolean</string>
|
||||
<key>Value</key>
|
||||
|
||||
@@ -69,38 +69,38 @@
|
||||
orientation="horizontal" width="430" name="panels">
|
||||
<layout_panel border="false" bottom="0" default_tab_group="1" height="135" left="0"
|
||||
min_width="275" name="im_contents_panel" width="305">
|
||||
<combo_box follows="left|top" height="20" label="Gestures" left="5" name="Gesture"
|
||||
<combo_box follows="left|top" height="18" label="Gestures" left="5" name="Gesture"
|
||||
width="120">
|
||||
<combo_item name="Gestures">
|
||||
Gestures
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<check_box bottom_delta="7" enabled="true" follows="left|top" font="SansSerifSmall"
|
||||
<check_box bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall"
|
||||
height="20" initial_value="false" label="Show Muted Text" left_delta="125"
|
||||
name="show mutes" radio_style="false" width="116" />
|
||||
<check_box bottom_delta="-15" enabled="true" follows="left|top" font="SansSerifSmall"
|
||||
<!--check_box bottom_delta="-15" enabled="true" follows="left|top" font="SansSerifSmall"
|
||||
height="20" initial_value="false" label="Translate Chat (powered by Google)" left_delta="0"
|
||||
name="translate chat" radio_style="false" width="100" />
|
||||
name="translate chat" radio_style="false" width="100" /-->
|
||||
|
||||
<button bottom_delta="8" left_delta="250" follows="left|top" font="SansSerifSmall"
|
||||
<button bottom_delta="0" left_delta="150" follows="left|top" font="SansSerifSmall"
|
||||
height="20" width="100" label="Open History" name="chat_history_open"
|
||||
tool_top="Click here to open chat history in external editor." />
|
||||
|
||||
<button bottom_delta="7" follows="right|top" height="20" label="< <"
|
||||
<button bottom_delta="0" follows="right|top" height="20" label="< <"
|
||||
label_selected="> >" left="272" name="toggle_active_speakers_btn"
|
||||
right="305"
|
||||
tool_tip="Click here to show list of active participants in this IM session."
|
||||
width="70" />
|
||||
<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
|
||||
<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
|
||||
bottom="28" embedded_items="false" enabled="false"
|
||||
follows="left|top|right|bottom" font="SansSerif" height="74" left="5"
|
||||
follows="left|top|right|bottom" font="SansSerif" height="79" left="5"
|
||||
max_length="2147483647" mouse_opaque="true" name="Chat History Editor"
|
||||
track_bottom="true"
|
||||
track_bottom="true"
|
||||
text_color="ChatHistoryTextColor"
|
||||
text_readonly_color="ChatHistoryTextColor" width="299" word_wrap="true" spell_check="true" />
|
||||
<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
|
||||
bottom="28" embedded_items="false" enabled="false"
|
||||
follows="left|top|right|bottom" font="SansSerif" height="74" left="5"
|
||||
follows="left|top|right|bottom" font="SansSerif" height="79" left="5"
|
||||
max_length="2147483647" mouse_opaque="true"
|
||||
name="Chat History Editor with mute" text_color="ChatHistoryTextColor"
|
||||
track_bottom="true"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater border="true" bottom="-298" can_close="true" can_drag_on_left="false"
|
||||
can_minimize="true" can_resize="true" default_tab_group="1"
|
||||
follows="left|top|right|bottom" height="297" label="(unknown)" left="1"
|
||||
follows="left|top|right|bottom" height="296" label="(unknown)" left="1"
|
||||
min_height="155" min_width="345" mouse_opaque="true" name="im_floater"
|
||||
rect_control="" title="(unknown)" width="501">
|
||||
<string name="ringing">
|
||||
@@ -64,18 +64,18 @@
|
||||
</panel>
|
||||
<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
|
||||
bottom="30" embedded_items="false" enabled="false"
|
||||
follows="left|top|right|bottom" font="SansSerif" height="221" left="5"
|
||||
follows="left|top|right|bottom" font="SansSerif" height="221" left="7"
|
||||
max_length="2147483647" mouse_opaque="true" name="im_history"
|
||||
text_color="ChatHistoryTextColor"
|
||||
track_bottom="true"
|
||||
text_readonly_color="ChatHistoryTextColor" width="487" word_wrap="true" />
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7"
|
||||
follows="left|right|bottom" font="SansSerif" height="20"
|
||||
label="Click here to instant message" left="5" max_length="2147483647"
|
||||
label="Click here to instant message" left="7" max_length="2147483647"
|
||||
mouse_opaque="true" name="chat_editor" select_all_on_focus_received="false"
|
||||
select_on_focus="false" tab_group="1" width="423" spell_check="true" />
|
||||
<button bottom="7" follows="right|bottom" font="SansSerif" halign="center" height="20"
|
||||
label="Send" left="433" mouse_opaque="true" name="send_btn"
|
||||
label="Send" left="435" mouse_opaque="true" name="send_btn"
|
||||
scale_image="true" width="60" />
|
||||
<string name="live_help_dialog">
|
||||
*** Welcome to Help Request ***
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
visible="true" width="80" />
|
||||
<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
|
||||
bottom="-265" embedded_items="false" enabled="false"
|
||||
follows="left|top|right|bottom" font="SansSerif" height="239" left="5"
|
||||
follows="left|top|right|bottom" font="SansSerif" height="239" left="7"
|
||||
max_length="2147483647" mouse_opaque="true" name="im_history"
|
||||
track_bottom="true"
|
||||
text_color="ChatHistoryTextColor"
|
||||
@@ -54,11 +54,11 @@
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7"
|
||||
enabled="true" follows="left|right|bottom" font="SansSerif"
|
||||
handle_edit_keys_directly="false" height="20"
|
||||
label="Click here to instant message" left="5" max_length="1022"
|
||||
label="Click here to instant message" left="7" max_length="1022"
|
||||
mouse_opaque="true" name="chat_editor" select_all_on_focus_received="false"
|
||||
select_on_focus="false" tab_group="1" width="426" spell_check="true" />
|
||||
<button bottom_delta="0" enabled="true" follows="right|bottom" font="SansSerif"
|
||||
halign="center" height="20" label="Send" left="436" mouse_opaque="true"
|
||||
halign="center" height="20" label="Send" left="438" mouse_opaque="true"
|
||||
name="send_btn" scale_image="true" width="60" />
|
||||
</layout_panel>
|
||||
<layout_panel auto_resize="false" bottom="0" can_resize="true"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
Your text chat has been disabled by a Group Moderator.
|
||||
</string>
|
||||
<layout_stack border="false" bottom="0" follows="left|top|right|bottom" height="276" left="0"
|
||||
orientation="horizontal" tab_group="1" width="495" name="panels">
|
||||
orientation="horizontal" tab_group="1" width="496" name="panels">
|
||||
<layout_panel border="false" bottom="0" default_tab_group="1" follows="left|top|bottom|right"
|
||||
height="130" left="0" min_width="210" name="im_contents_panel" width="175">
|
||||
<button bottom="-20" follows="left|top" height="20" label="Group Info" left="5"
|
||||
@@ -55,25 +55,24 @@
|
||||
label="End Call" left_delta="0" name="end_call_btn" pad_right="12"
|
||||
visible="false" width="80" />
|
||||
<button bottom_delta="0" follows="right|top" height="20" label="< <"
|
||||
label_selected="> >" left="143" name="toggle_active_speakers_btn"
|
||||
right="176"
|
||||
label_selected="> >" left="145" name="toggle_active_speakers_btn"
|
||||
tool_tip="Click here to toggle a list of active participants in this IM session."
|
||||
visible="true" width="30" />
|
||||
visible="true" width="33" />
|
||||
<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
|
||||
bottom="30" embedded_items="false" enabled="false"
|
||||
follows="left|top|right|bottom" font="SansSerif" left="4"
|
||||
follows="left|top|right|bottom" font="SansSerif" left="7"
|
||||
max_length="2147483647" mouse_opaque="true" name="im_history"
|
||||
text_color="ChatHistoryTextColor"
|
||||
track_bottom="true"
|
||||
text_readonly_color="ChatHistoryTextColor" top="104" width="170"
|
||||
track_bottom="true"
|
||||
text_readonly_color="ChatHistoryTextColor" top="104" width="170"
|
||||
word_wrap="true" />
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7"
|
||||
enabled="true" follows="left|right|bottom" font="SansSerif" height="20"
|
||||
left="5" max_length="1022" mouse_opaque="true" name="chat_editor"
|
||||
left="7" max_length="1022" mouse_opaque="true" name="chat_editor"
|
||||
select_all_on_focus_received="false" select_on_focus="false" tab_group="1"
|
||||
width="106" spell_check="true" />
|
||||
<button bottom="7" enabled="true" follows="right|bottom" font="SansSerif"
|
||||
halign="center" height="20" label="Send" left="116" mouse_opaque="true"
|
||||
halign="center" height="20" label="Send" left="118" mouse_opaque="true"
|
||||
name="send_btn" scale_image="true" width="60" />
|
||||
</layout_panel>
|
||||
<layout_panel auto_resize="false" bottom="0" can_resize="true"
|
||||
|
||||
Reference in New Issue
Block a user