Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DownloadPlasticExeWindow.uxml 579B

1234567891011121314
  1. <UXML xmlns="UnityEngine.UIElements">
  2. <VisualElement name="container">
  3. <Label name="title" />
  4. <Label name="requireMessage" text="This feature requires a Plastic SCM installation." />
  5. <Label name="message" />
  6. <VisualElement name="progressControlsContainer" />
  7. <VisualElement name="footer">
  8. <VisualElement class="flex-grow" />
  9. <Button name="downloadCloudEdition" />
  10. <Button name="downloadEnterpriseEdition" />
  11. <Button name="cancel" />
  12. </VisualElement>
  13. </VisualElement>
  14. </UXML>