Updated with new decomp tests and results

This commit is contained in:
Yoshi Askharoun
2021-11-03 13:15:23 -05:00
parent 6fcfe0c819
commit 80e0e1e968
4 changed files with 65 additions and 4 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
<UIX xmlns="http://schemas.microsoft.com/2007/uix" xmlns:me="Me">
<UI Name="Default">
<Locals>
<Font FontSize="10" AltFontSize="10" FontName="Bahnschrift" Name="SmallFont" />
@@ -14,9 +14,9 @@
</FlowLayout>
</Layout>
<Children>
<Host Name="TextSettings" />
<Host Name="UsingMargins" />
<Host Name="UsingColorfillWithText" />
<me:TextSettings />
<me:UsingMargins />
<me:UsingColorfillWithText />
</Children>
</Panel>
</Content>