mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Better canonical constant encoding
This commit is contained in:
@@ -108,6 +108,7 @@ Alt_locl:
|
||||
OutputFileName = uibPathAc
|
||||
};
|
||||
|
||||
_output.WriteLine($"Disassembly: {uixaPath}");
|
||||
_output.WriteLine($"Expected: {uibFile.Path}");
|
||||
_output.WriteLine($"Actual: {compilerInput.OutputFileName}");
|
||||
|
||||
|
||||
@@ -62,4 +62,18 @@
|
||||
</Content>
|
||||
</UI>
|
||||
|
||||
<UI Name="AligningContent">
|
||||
<!-- This UI provides an example of docking a panel with text to the bottom of a window. -->
|
||||
<Content>
|
||||
<Panel Margins="10">
|
||||
<Layout>
|
||||
<DockLayout DefaultLayoutInput="Bottom"/>
|
||||
</Layout>
|
||||
<Children>
|
||||
<Text Content="This text is at the bottom of the panel."/>
|
||||
</Children>
|
||||
</Panel>
|
||||
</Content>
|
||||
</UI>
|
||||
|
||||
</UIX>
|
||||
Reference in New Issue
Block a user