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
+9 -3
View File
@@ -1,9 +1,15 @@
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
<UI Name="Default">
<!--<Locals>
<Image Name="Icon" Source="res://ZuneShellResources.dll!PAVO.ATOMIC.LARGE.DEFAULT.PNG"/>
</Locals>-->
<Content>
<Text Color="Red">
<Content>Howdy from Microsoft.Iris!</Content>
</Text>
<Graphic Name="IconGraphic">
<Content>
<Image Source="res://ZuneShellResources.dll!PAVO.ATOMIC.LARGE.DEFAULT.PNG"/>
</Content>
</Graphic>
</Content>
</UI>