mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 03:39:14 +00:00
876fc482ca
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@104 ea6a568a-9f4f-0410-981a-c910a81bb256
18 lines
593 B
XML
18 lines
593 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="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="TextColour" 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>
|