From 99ab1a2c04d5c4283e55f4234633dc53f488e188 Mon Sep 17 00:00:00 2001 From: mobserveur Date: Sun, 14 Jul 2024 23:51:21 +0200 Subject: Collapsable camera floater This commit allows to collapse the camera floater --- .../skins/default/xui/en/floater_camera.xml | 113 ++++++++++++--------- 1 file changed, 67 insertions(+), 46 deletions(-) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/xui/en/floater_camera.xml b/indra/newview/skins/default/xui/en/floater_camera.xml index 93b306d7d7..44a5638bc4 100644 --- a/indra/newview/skins/default/xui/en/floater_camera.xml +++ b/indra/newview/skins/default/xui/en/floater_camera.xml @@ -5,9 +5,11 @@ bottom="-50" follows="left|bottom" legacy_header_height="18" - can_minimize="true" + can_minimize="false" + can_collapse="false" can_close="true" - height="135" + width="410" + height="114" layout="topleft" name="camera_floater" help_topic="camera_floater" @@ -15,8 +17,7 @@ single_instance="true" title="CAMERA CONTROLS" chrome="true" - save_rect="true" - width="400"> + save_rect="true"> Rotate Camera Around Focus @@ -36,18 +37,19 @@ Use preset + > + /> + max_val="1" + > + + width="124"> @@ -259,7 +280,7 @@ top="135" width="400" height="150" - border="true" + border="false" visible="false" background_visible="true"/> -- cgit v1.2.3