55 lines
3.1 KiB
XML
55 lines
3.1 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
|
|
can_resize="true" height="220" name="settings_debug" min_height="220" min_width="285"
|
|
title="Debug Settings" width="300" rect_control="FloaterDebugSettingsRect">
|
|
<filter_editor bottom="-40" follows="top|left|right" height="20" left="10" right="-10" max_length="1024" name="search_settings_input" tool_tip="Type the search term you are interested in here. Results will be displayed for partial fulltext matches within the setting's name or comment.">
|
|
<filter_editor.commit_callback function="UpdateFilter"/>
|
|
</filter_editor>
|
|
<scroll_list height="20" bottom_delta="-24" follows="all" left="10" right="-10" name="settings_scroll_list">
|
|
<scroll_list.commit_callback function="SettingSelect"/>
|
|
</scroll_list>
|
|
<text_editor follows="left|right" bottom_delta="-64" enabled="false" height="60" width="320" left="10" right="-10" hide_scrollbar="true"
|
|
name="comment_text" word_wrap="true" />
|
|
<radio_group bottom_delta="-48" draw_border="false" follows="bottom|left|right" height="36"
|
|
left="15" name="boolean_combo" visible="false">
|
|
<radio_item bottom="-18" height="15" name="TRUE" value="TRUE">
|
|
True
|
|
</radio_item>
|
|
<radio_item bottom="-36" height="15" name="FALSE" value="FALSE">
|
|
False
|
|
</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"
|
|
name="val_color_swatch" visible="false" width="37">
|
|
<color_swatch.commit_callback function="CommitSettings"/>
|
|
</color_swatch>
|
|
<spinner bottom_delta="31" height="24" label="x" label_width="40" max_val="10000000"
|
|
name="val_spinner_1" visible="false" width="120">
|
|
<spinner.commit_callback function="CommitSettings"/>
|
|
</spinner>
|
|
<spinner bottom_delta="0" height="24" label="x" label_width="40" left_delta="135"
|
|
max_val="10000000" name="val_spinner_2" visible="false" width="120">
|
|
<spinner.commit_callback function="CommitSettings"/>
|
|
</spinner>
|
|
<spinner bottom_delta="-23" height="24" label="x" label_width="40" left="15"
|
|
max_val="10000000" name="val_spinner_3" visible="false" width="120">
|
|
<spinner.commit_callback function="CommitSettings"/>
|
|
</spinner>
|
|
<spinner bottom_delta="0" height="24" label="x" label_width="40" left_delta="135"
|
|
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."
|
|
width="130">
|
|
<button.commit_callback function="ClickCopy"/>
|
|
</button>
|
|
<button follows="right" bottom_delta="0" height="20" label="Reset to default" right="-10" name="default_btn"
|
|
width="130">
|
|
<button.commit_callback function="ClickDefault"/>
|
|
</button>
|
|
</floater>
|