This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b7c48d
commit 930abe4
Showing
2 changed files
with
58 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/io.improbable.gdk.debug/WorkerInspector/Templates/EntityList.uxml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<UXML xmlns="UnityEngine.UIElements" xmlns:ue ="UnityEditor.UIElements"> | ||
<ue:Toolbar> | ||
<ue:ToolbarSearchField class="entity-list-searchbar"/> | ||
<ue:ToolbarSearchField name="entity-list-searchbar"/> | ||
</ue:Toolbar> | ||
<ListView class="entity-list-view" /> | ||
<ListView name="entity-list-view" /> | ||
</UXML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters