10 lines
627 B
Plaintext
10 lines
627 B
Plaintext
<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit" editor-extension-mode="False">
|
|
<VisualElement name="item-root" class="utk-property-item utk-property-item--datetime">
|
|
<utk:UTKLabel name="name-label" class="utk-property-item__label" />
|
|
<VisualElement class="utk-property-item__value" style="flex-grow: 1;">
|
|
<utk:UTKInputField name="datetime-field" style="flex-grow: 1;" />
|
|
<utk:UTKButton name="picker-btn" text="..." variant="Secondary" class="utk-property-item__picker-btn" style="width: 24px; min-width: 24px;" />
|
|
</VisualElement>
|
|
</VisualElement>
|
|
</UXML>
|