WuhuIslandTesting/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/PlasticSCM/Assets/Layouts/WaitingSignInPanel.uxml
2025-01-07 02:06:59 +01:00

10 lines
No EOL
426 B
Text

<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="flex-container main">
<Label name="signInToPlasticSCM" class="title" />
<Label name="completeSignInOnBrowser" />
<VisualElement name="wait" class="flex-container row">
<VisualElement name="progressContainer" class="row" />
<Button name="cancelButton"></Button>
</VisualElement>
</VisualElement>
</UXML>