Skip to content

Commit

Permalink
Reapply commit a3f821c which got lost in a merge
Browse files Browse the repository at this point in the history
  • Loading branch information
scrawl authored Nov 21, 2017
1 parent cd4f71d commit 2136003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/mygui/openmw_trade_window.layout
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<Widget type="HBox" position="0 0 566 24" align="Left Top HStretch">
<Widget type="Button" skin="MW_Button" position="0 0 40 24" name="IncreaseButton" align="Left Top">
<Property key="Caption" value="+"/>
<Property key="NeedKey" value="false"/>
</Widget>
<Widget type="AutoSizedTextBox" skin="SandText" position="48 0 140 24" name="TotalBalanceLabel" align="Left Top">
<Property key="TextAlign" value="Left VCenter"/>
Expand All @@ -50,6 +51,7 @@
<Widget type="HBox" position="0 28 566 24" align="Left Top HStretch">
<Widget type="Button" skin="MW_Button" position="0 0 40 24" name="DecreaseButton" align="Left Top">
<Property key="Caption" value="-"/>
<Property key="NeedKey" value="false"/>
</Widget>
<Widget type="NumericEditBox" skin="MW_TextEdit" position="48 0 140 24" name="TotalBalance" align="Left Top">
<Property key="TextAlign" value="Center"/>
Expand Down

0 comments on commit 2136003

Please sign in to comment.