Changed Home.uix#Default to demo images

This commit is contained in:
Yoshi Askharoun
2021-12-27 15:38:18 -06:00
parent 04f62f5f4a
commit cbc82c6ecb
+21 -15
View File
@@ -1,17 +1,23 @@
<UIX xmlns="http://schemas.microsoft.com/2007/uix"> <UIX xmlns="http://schemas.microsoft.com/2007/uix">
<UI Name="Default"> <UI Name="Default">
<Content> <!--<Locals>
<Text Color="Red"> <Image Name="Icon" Source="res://ZuneShellResources.dll!PAVO.ATOMIC.LARGE.DEFAULT.PNG"/>
<Content>Howdy from Microsoft.Iris!</Content> </Locals>-->
</Text>
</Content> <Content>
</UI> <Graphic Name="IconGraphic">
<Content>
<UI Name="Alt"> <Image Source="res://ZuneShellResources.dll!PAVO.ATOMIC.LARGE.DEFAULT.PNG"/>
<Content> </Content>
<Text Color="Blue" Font="JetBrains Mono"> </Graphic>
<Content>This is some blue text</Content> </Content>
</Text> </UI>
</Content>
</UI> <UI Name="Alt">
<Content>
<Text Color="Blue" Font="JetBrains Mono">
<Content>This is some blue text</Content>
</Text>
</Content>
</UI>
</UIX> </UIX>