Strings and LLSD settings now get edited with a text editor

This commit is contained in:
Lirusaito
2019-04-28 03:39:13 -04:00
parent d47fb4da03
commit 331023e878

View File

@@ -20,10 +20,7 @@
</radio_item>
<radio_group.commit_callback function="CommitSettings"/>
</radio_group>
<line_editor follows="bottom|left|right" bottom="52" left="15" right="-15" height="20" name="val_text" visible="false" width="300">
<line_editor.commit_callback function="CommitSettings"/>
</line_editor>
<color_swatch bottom="30" can_apply_immediately="true" height="55" label="Color"
<color_swatch bottom="30" left="15" can_apply_immediately="true" height="55" label="Color"
name="val_color_swatch" visible="false" width="37">
<color_swatch.commit_callback function="CommitSettings"/>
</color_swatch>
@@ -43,7 +40,10 @@
max_val="10000000" name="val_spinner_4" visible="false" width="120">
<spinner.commit_callback function="CommitSettings"/>
</spinner>
<button bottom="10" height="20" label="Copy Name" left="10" name="copy_btn" tool_tip="Copy the name of this setting."
<text_editor follows="bottom|left|right" bottom_delta="-7" left="10" max_length="2147483647" right="-10" height="60" name="val_text" visible="false" width="320" hide_scrollbar="true" commit_on_focus_lost="true">
<text_editor.commit_callback function="CommitSettings"/>
</text_editor>
<button bottom="9" height="20" label="Copy Name" left="10" name="copy_btn" tool_tip="Copy the name of this setting."
width="130">
<button.commit_callback function="ClickCopy"/>
</button>