1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00
OpenMW/media_mygui/core.skin
nkorslund 2995f8b99f - moved the windows to use layouts
- various gui-work
- begun binding the GUI into Monster script
- updated to latest Monster source (0.11 alpha)


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@87 ea6a568a-9f4f-0410-981a-c910a81bb256
2009-02-08 18:41:03 +00:00

22 lines
702 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Skin">
<Skin name = "EditClient" size = "10 10">
<Property key="Pointer" value = "beam" />
</Skin>
<Skin name = "StaticText" size = "16 16">
<Property key="FontName" value = "MyGUI_CoreFont.18" />
<Property key="FontHeight" value = "18" />
<Property key="AlignText" value = "ALIGN_DEFAULT" />
<Property key="Colour" value = "0.7 0.7 0.7" />
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
</Skin>
<Skin name = "StaticImage" size = "16 16">
<BasisSkin type="MainSkin" offset = "0 0 16 16"/>
</Skin>
</MyGUI>