I am on a windows XP machine, and I have those dullish, almost pastel like window buttons when I hide the titlebar. I see that vista users get the actual vista buttons (more shiney and rounded). So I put some code in my skininfo.xml document to replace the dull buttons, with the shiney buttons:
code:
<Graphics><Pictures>
<Picture Id="20069"><File>x1.png</File></Picture>
<Picture Id="20070"><File>x2.png</File></Picture>
<Picture Id="20071"><File>min.png</File></Picture>
<Picture Id="20072"><File>max.png</File></Picture>
</Pictures></Graphics>
Now when I go and test it in my skin, this is what I see:
The original images are a set of 4, and the new ones are also a set of 4. I think I am doing something wrong, but does anyone know what?