Skip to content
Snippets Groups Projects
Commit eda12bd0 authored by Richard Nelson's avatar Richard Nelson
Browse files

fixed bad xml merge

parent 7ffa6ba8
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
name="keyboard_lbl" name="keyboard_lbl"
width="270" width="270"
top_delta="2"> top_delta="2">
Keyboard: Keyboard:
</text> </text>
<check_box <check_box
control_name="ArrowKeysAlwaysMove" control_name="ArrowKeysAlwaysMove"
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
name="mouse_lbl" name="mouse_lbl"
width="270" width="270"
top_pad="15"> top_pad="15">
Mouse: Mouse:
</text> </text>
<check_box <check_box
control_name="FirstPersonAvatarVisible" control_name="FirstPersonAvatarVisible"
...@@ -185,43 +185,70 @@ ...@@ -185,43 +185,70 @@
name="invert_mouse" name="invert_mouse"
top_delta="0" top_delta="0"
width="128" /> width="128" />
<check_box <text
follows="left|top" follows="left|top"
height="20" type="string"
label="Double-Click to:" length="1"
height="10"
layout="topleft" layout="topleft"
left_delta="0" left="86"
name="double_click_chkbox" name="single_click_action_lbl"
width="237" width="150"
top_pad="0"> top_pad="20">
<check_box.commit_callback Single click on land:
function="Pref.CommitDoubleClickChekbox"/> </text>
</check_box> <combo_box
<radio_group height="23"
height="20" layout="topleft"
layout="topleft" left_pad="10"
left_delta="17" top_delta="-6"
top_pad="2" name="single_click_action_combo"
name="double_click_action"> width="200">
<radio_item <combo_box.item
height="16" label="No action"
label="Teleport" name="0"
layout="topleft" value="0"/>
left="0" <combo_box.item
name="radio_teleport" label="Move to clicked point"
top_delta="20" name="1"
width="110" /> value="1"/>
<radio_item <combo_box.commit_callback
height="16" function="Pref.ClickActionChange"/>
label="Auto-pilot" </combo_box>
left_pad="0" <text
layout="topleft" follows="left|top"
name="radio_autopilot" type="string"
top_delta="0" length="1"
width="75" /> height="10"
<radio_group.commit_callback layout="topleft"
function="Pref.CommitRadioDoubleClick"/> left="86"
</radio_group> name="double_click_action_lbl"
width="150"
top_pad="12">
Double click on land:
</text>
<combo_box
height="23"
layout="topleft"
left_pad="10"
top_delta="-6"
name="double_click_action_combo"
width="200">
<combo_box.item
label="No action"
name="0"
value="0"/>
<combo_box.item
label="Move to clicked point"
name="1"
value="1"/>
<combo_box.item
label="Teleport to clicked point"
name="2"
value="2"/>
<combo_box.commit_callback
function="Pref.ClickActionChange"/>
</combo_box>
<button <button
height="23" height="23"
label="Other Devices" label="Other Devices"
......
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