This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<skin name="Snow" author="Michael Swiger" version="1.0" loader="1.0"> | |
<widget name="Button"> | |
<style> | |
<image name="Background" source="snow.png" x="0" y="0" width="20" height="20" /> | |
<font source="fonts/kewlstuff.ttf" color="#FF0000" size="12" /> | |
</style> | |
<style name="Hover"> | |
<image name="Background" source="snow.png" x="0" y="20" width="20" height="20" /> | |
</style> |