For some reason it appears that when you edit a layout and save as a user template, it converts the pixel specifics that you set in the left pane for size and position into percentages that it stores in the UserZoneTemplates.xml file.
So when ever i reload the template into a new project all the windows are incorrect in some way (aspect / location). The even more agrivating symptom of this (I think) is i cant get all the zones to be edge butted even though in the XML its set to be 100% width. (example below)
Is this a bug, bad implementation, or my screw up?
<ZoneTemplate name="Video Center" monitorOverscan="noOverscan" monitorOrientation="Landscape">
<ZoneTemplateItems>
<ZoneTemplateItem Name="Images" X="0" Y="20" Width="23" Height="60" ZoneType="Images" />
<ZoneTemplateItem Name="Video or Images" X="23" Y="20" Width="54" Height="60" ZoneType="VideoOrImages" />
<ZoneTemplateItem Name="Images" X="77" Y="20" Width="23" Height="60" ZoneType="Images" />
</ZoneTemplateItems>
</ZoneTemplate>