Skip to content
Snippets Groups Projects
Commit 1df1ce7a authored by AlexanderP ProductEngine's avatar AlexanderP ProductEngine
Browse files

CHUI-858 FIXED Text can be clipped by text input bar in message panel

parent 4a2fb4c6
No related branches found
No related tags found
No related merge requests found
...@@ -266,6 +266,7 @@ ...@@ -266,6 +266,7 @@
left="0"> left="0">
<layout_panel <layout_panel
auto_resize="false" auto_resize="false"
user_resize="false"
height="26" height="26"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
...@@ -285,7 +286,6 @@ ...@@ -285,7 +286,6 @@
width="230" /> width="230" />
</layout_panel> </layout_panel>
<layout_panel <layout_panel
height="233"
width="210" width="210"
layout="topleft" layout="topleft"
follows="all" follows="all"
...@@ -293,19 +293,21 @@ ...@@ -293,19 +293,21 @@
top_delta="0" top_delta="0"
bottom="0" bottom="0"
visible="true" visible="true"
user_resize="true" user_resize="false"
auto_resize="true" auto_resize="true"
name="chat_holder"> name="chat_holder">
<chat_history <chat_history
font="SansSerifSmall" font="SansSerifSmall"
follows="all" follows="all"
visible="true" visible="true"
height="225"
name="chat_history" name="chat_history"
parse_highlights="true" parse_highlights="true"
parse_urls="true" parse_urls="true"
layout="topleft"
right="-5" right="-5"
left="5"> left="5"
top="0"
bottom="1">
</chat_history> </chat_history>
</layout_panel> </layout_panel>
</layout_stack> </layout_stack>
...@@ -348,7 +350,6 @@ ...@@ -348,7 +350,6 @@
auto_resize="true" auto_resize="true"
name="input_editor_layout_panel"> name="input_editor_layout_panel">
<chat_editor <chat_editor
top="6"
expand_lines_count="5" expand_lines_count="5"
follows="left|right|bottom" follows="left|right|bottom"
font="SansSerifSmall" font="SansSerifSmall"
...@@ -363,6 +364,7 @@ ...@@ -363,6 +364,7 @@
spellcheck="true" spellcheck="true"
tab_group="3" tab_group="3"
width="160" width="160"
top="6"
left="5" left="5"
right="-5" right="-5"
wrap="true"> wrap="true">
......
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