forked from teamnwah/openmw-tes3coop
Class choice layout fix
This commit is contained in:
parent
ba78e187c7
commit
da828a1089
1 changed files with 16 additions and 9 deletions
|
@ -27,16 +27,23 @@
|
|||
</Widget>
|
||||
|
||||
<!-- Favorite Attributes -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 41 166 18" name="FavoriteAttributesT" align="Left Top">
|
||||
<Widget type="VBox" skin="" position="0 39 166 72" align="Stretch">
|
||||
<Property key="Spacing" value="0"/>
|
||||
|
||||
<!-- Favorite Attributes -->
|
||||
<Widget type="AutoSizedEditBox" skin="HeaderText" position="0 0 166 18" name="FavoriteAttributesT" align="Left Top">
|
||||
<Property key="Caption" value="#{sChooseClassMenu2}"/>
|
||||
<Property key="TextAlign" value="Left Top"/>
|
||||
<UserString key="ToolTipType" value="Layout"/>
|
||||
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
||||
<UserString key="Caption_Text" value="#{sCreateClassMenuHelp2}"/>
|
||||
<Property key="MultiLine" value="true"/>
|
||||
<Property key="WordWrap" value="true"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="MWAttribute" skin="MW_StatName" position="0 59 166 18" name="FavoriteAttribute0" align="Left Top"/>
|
||||
<Widget type="MWAttribute" skin="MW_StatName" position="0 77 166 18" name="FavoriteAttribute1" align="Left Top"/>
|
||||
<Widget type="MWAttribute" skin="MW_StatNameButton" position="0 0 166 18" name="FavoriteAttribute0" align="Left Top"/>
|
||||
<Widget type="MWAttribute" skin="MW_StatNameButton" position="0 0 166 18" name="FavoriteAttribute1" align="Left Top"/>
|
||||
</Widget>
|
||||
|
||||
<!-- Major Skills -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="166 0 162 18" name="MajorSkillT" align="Left Top">
|
||||
|
|
Loading…
Reference in a new issue