mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Added basic edit-and-run functionality to IDE
This commit is contained in:
Binary file not shown.
+10
-3
@@ -1,10 +1,17 @@
|
||||
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
|
||||
<UI Name="UIRootTest">
|
||||
<UI Name="Default">
|
||||
<Content>
|
||||
<Text>
|
||||
<Text Color="Red">
|
||||
<Content>Howdy from Microsoft.Iris!</Content>
|
||||
<Color>white</Color>
|
||||
</Text>
|
||||
</Content>
|
||||
</UI>
|
||||
|
||||
<UI Name="Alt">
|
||||
<Content>
|
||||
<Text Color="Blue" Font="JetBrains Mono">
|
||||
<Content>This is some blue text</Content>
|
||||
</Text>
|
||||
</Content>
|
||||
</UI>
|
||||
</UIX>
|
||||
Reference in New Issue
Block a user