Right you can see what it should look like, left you see my current result.
Maybe anyone has a tip for me?
code:
<Window Id="wndSomeWindow" Version="1">
<Position Width="213" Height="145"/>
<TitleBar>
<AllowMinimize>false</AllowMinimize>
<AllowClose>false</AllowClose>
</TitleBar>
<WindowTmpl>
<Borders Type="None"/>
<BackgroundColor>
<Red>255</Red>
<Green>0</Green>
<Blue>255</Blue>
<Alpha>255</Alpha>
</BackgroundColor>
</WindowTmpl>
</Window>
Thanks in advance,