diff --git a/.gitignore b/.gitignore index 17a494890c..5d51756c32 100755 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,5 @@ my_autobuild.xml *.srctrlbm *.srctrldb *.srctrlprj + +compile_commands.json diff --git a/indra/newview/skins/default/xui/en/floater_camera.xml b/indra/newview/skins/default/xui/en/floater_camera.xml index 2134209d30..74be088ec5 100644 --- a/indra/newview/skins/default/xui/en/floater_camera.xml +++ b/indra/newview/skins/default/xui/en/floater_camera.xml @@ -1,273 +1,296 @@ - + - + legacy_header_height="0" + header_height="0" + bg_opaque_image="Window_NoTitle_Foreground" + bg_alpha_image="Window_NoTitle_Foreground" + right="-460" + bottom="-50" + can_dock="false" + can_minimize="false" + can_resize="true" + can_close="false" + chrome="true" + follows="bottom" + height="135" + min_height="135" + layout="topleft" + name="camera_floater" + title="Camera Controls" + help_topic="camera_floater" + save_rect="true" + save_visibility="true" + show_title="false" + single_instance="true" + width="150" + min_width="130"> + Rotate Camera Around Focus - - + + Zoom Camera Towards Focus - - + + Move Camera Up and Down, Left and Right - - + + View Object - - Use preset - - - - - - - - - - - - - + + Use preset + + name="front_view" + tool_tip="Front View" + width="18" + left="2"> - - + function="CameraPresets.ChangeView" + parameter="Front View" /> + + + name="group_view" + tool_tip="Side View" + width="18" + left_pad="2"> - - + function="CameraPresets.ChangeView" + parameter="Side View" /> + + - - - + width="18" + left_pad="2"> + + + - - - - - + + + - - - - - + + + - - - - - + + + - - - - - - + + + + + + + + + + + + + + + + width="22"> + + + + + + + + \ No newline at end of file