ProjektMWS/Projekt MWS/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ChangesGroupHeader.uxml
2021-06-28 19:31:12 +02:00

10 lines
537 B
Plaintext

<engine:UXML xmlns:engine="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components">
<engine:VisualElement class="changes-group-header__container grow">
<engine:VisualElement class="changes-group-header__title-bar">
<engine:Label class="changes-group-header__name" />
<collab:IconButton class="changes-group-header__overflow-button btn-overflow" />
</engine:VisualElement>
<engine:VisualElement class="divider-horizontal" />
</engine:VisualElement>
</engine:UXML>