Update file openmw_spellcreation_dialog.layout

This commit is contained in:
Garrett 2025-04-04 19:40:55 +00:00 committed by SkyHasACat
parent 937c020e58
commit 284be88b95

View File

@ -42,11 +42,6 @@
<Property key="NeedMouse" value="false"/> <Property key="NeedMouse" value="false"/>
</Widget> </Widget>
<Widget type="TextBox" skin="SandText" position="12 12 100 710" name="PlayerGold" align="Right Top">
<Property key="TextAlign" value="Left"/>
<Property key="NeedMouse" value="false"/>
</Widget>
<!-- Available effects --> <!-- Available effects -->
<Widget type="TextBox" skin="NormalText" position="12 48 300 24"> <Widget type="TextBox" skin="NormalText" position="12 48 300 24">
<Property key="Caption" value="#{sMagicEffects}"/> <Property key="Caption" value="#{sMagicEffects}"/>
@ -73,6 +68,15 @@
<Widget type="HBox" position="0 336 558 60"> <Widget type="HBox" position="0 336 558 60">
<Property key="Padding" value="16"/> <Property key="Padding" value="16"/>
<Widget type="AutoSizedTextBox" skin="NormalText">
<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>
<Widget type="Spacer"/> <Widget type="Spacer"/>
<Widget type="AutoSizedTextBox" skin="NormalText"> <Widget type="AutoSizedTextBox" skin="NormalText">
@ -84,7 +88,6 @@
<Widget type="AutoSizedTextBox" skin="SandText" name="PriceLabel"> <Widget type="AutoSizedTextBox" skin="SandText" name="PriceLabel">
</Widget> </Widget>
<Widget type="AutoSizedButton" skin="MW_Button" name="BuyButton"> <Widget type="AutoSizedButton" skin="MW_Button" name="BuyButton">
<Property key="Caption" value="#{sBuy}"/> <Property key="Caption" value="#{sBuy}"/>
</Widget> </Widget>