diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-06-27 18:03:30 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-07-01 20:05:31 +0300 |
commit | e75595a1c193abb95075b27ab5641a3b28556c2e (patch) | |
tree | cf1e2c68c89a73b73e402ba75c24c8ee46e53310 /indra/newview/skins | |
parent | c7bd4528a7bc295a17a12951389fcc499483f6c5 (diff) |
viewer#1131 gltf model upload UI WIP #2
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_gltf_asset_editor.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_gltf_asset_editor.xml b/indra/newview/skins/default/xui/en/floater_gltf_asset_editor.xml index 9082486d84..4dc0dffcfd 100644 --- a/indra/newview/skins/default/xui/en/floater_gltf_asset_editor.xml +++ b/indra/newview/skins/default/xui/en/floater_gltf_asset_editor.xml @@ -3,19 +3,24 @@ legacy_header_height="18" can_resize="true" default_tab_group="1" - height="891" + height="400" width="256" - min_height="500" - min_width="256" + min_height="200" + min_width="200" layout="topleft" name="gltf asset editor" title="[OBJECT_NAME]"> + <floater.string name="scene_tittle" value="Scene"/> + <floater.string name="node_tittle" value="Node"/> + <floater.string name="mesh_tittle" value="Mesh"/> + <floater.string name="skin_tittle" value="Skin"/> <panel - bottom="-1" follows="all" layout="topleft" name="item_list_panel" - top_pad="0" + visible="true" + bottom="-1" + top="16" left="5" right="-1"/> </floater> |