1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

Fixed race menu skills layout

This commit is contained in:
Andrei Kortunov 2017-04-20 21:30:13 +04:00
parent 0a90b48e60
commit c65c643abe
2 changed files with 5 additions and 3 deletions

View file

@ -84,7 +84,7 @@
<Property key="Caption" value="#{sBack}"/>
</Widget>
<Widget type="AutoSizedButton" skin="MW_Button" position="532 397 42 23" name="OKButton">
<Property key="Caption" value="#{sOK]"/>
<Property key="Caption" value="#{sOK}"/>
</Widget>
</Widget>
</Widget>

View file

@ -68,11 +68,13 @@
<Resource type="ResourceLayout" name="MW_StatNameValue" version="3.2.0">
<Widget type="Widget" skin="" position="0 0 200 18" name="Root">
<Property key="NeedMouse" value="true"/>
<Widget type="TextBox" skin="SandText" position="0 0 160 18" align="Left HStretch" name="StatName">
<Widget type="TextBox" skin="SandText" position="0 0 168 18" align="Left HStretch" name="StatName">
<Property key="NeedMouse" value="false"/>
<Property key="TextAlign" value="Left"/>
</Widget>
<Widget type="TextBox" skin="SandTextRight" position="160 0 40 18" align="Right Top" name="StatValue">
<Widget type="TextBox" skin="SandTextRight" position="168 0 32 18" align="Right Top" name="StatValue">
<Property key="NeedMouse" value="false"/>
<Property key="TextAlign" value="Right"/>
</Widget>
</Widget>
</Resource>