Temporary fix for truncated text in text editor
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
<text name="status_text" follows="left|top" left="10" top="-25" height="20">Loading...</text>
|
||||
<button name="upload_btn" follows="right|top" top="-25" right="-120" width="100" bottom="155" label="[UPLOAD]" enabled="false"/>
|
||||
<button name="save_btn" follows="right|top" top="-25" right="-10" width="100" bottom="155" label="Save" enabled="false"/>
|
||||
<simple_text_editor name="text_editor" follows="left|top|right|bottom" left="10" top="-50" right="-10" bottom="10" visible="false"/>
|
||||
<simple_text_editor name="text_editor" follows="left|top|right|bottom" left="10" top="-50" right="-10" bottom="10" max_length="-1" embedded_items="true" visible="false"/>
|
||||
</floater>
|
||||
|
||||
Reference in New Issue
Block a user