1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-17 18:46:35 +00:00

Fix other changes

This commit is contained in:
SkyHasACat 2025-07-04 13:49:32 -05:00
parent 30e5e17e4c
commit b3105e9382
2 changed files with 2 additions and 10 deletions

View file

@ -138,14 +138,6 @@
<UserString key="ToolTipLayout" value="TextToolTip"/>
<UserString key="Caption_Text" value="#{sEnchantmentHelp7}"/>
</Widget>
<Widget type="AutoSizedTextBox" skin="NormalText" name="GoldTextLabel">
<Property key="Caption" value="#{sGold}"/>
<UserString key="ToolTipType" value="Layout"/>
</Widget>
<Widget type="AutoSizedTextBox" skin="SandText" name="PlayerGold">
<Property key="Caption" value="0"/>
</Widget>
<Widget type="Spacer"/>

View file

@ -72,9 +72,8 @@
<Property key="Caption" value="#{sGold}"/>
<UserString key="ToolTipType" value="Layout"/>
<UserString key="ToolTipLayout" value="TextToolTip"/>
<UserString key="Caption_Text" value="#{sYourGold}"/>
</Widget>
<Widget type="AutoSizedTextBox" skin="SandText" name="PlayerGold">
<Widget type="AutoSizedTextBox" skin="SandText" name="PlayerGold">
</Widget>
<Widget type="Spacer"/>
@ -88,6 +87,7 @@
<Widget type="AutoSizedTextBox" skin="SandText" name="PriceLabel">
</Widget>
<Widget type="AutoSizedButton" skin="MW_Button" name="BuyButton">
<Property key="Caption" value="#{sBuy}"/>
</Widget>