forked from teamnwah/openmw-tes3coop
center text in fps counter
This commit is contained in:
parent
53ac8776ec
commit
3351d1571e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<Skin name = "NumFPS" size = "16 16">
|
||||
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||
<Property key="FontHeight" value = "18" />
|
||||
<Property key="AlignText" value = "ALIGN_RIGHT ALIGN_BOTTOM" />
|
||||
<Property key="AlignText" value = "ALIGN_HCENTER ALIGN_BOTTOM" />
|
||||
<Property key="Colour" value = "1 1 1" />
|
||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||
</Skin>
|
||||
|
|
Loading…
Reference in a new issue