Temporary fix for truncated text in text editor

This commit is contained in:
Hazim Gazov
2010-04-05 09:50:40 -03:00
parent a3693e9697
commit 9b1b860bd9

View File

@@ -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>