forked from teamnwah/openmw-tes3coop
Make trade window's "max sale" button clickable
The HBox widget above it was stealing the input events.
This commit is contained in:
parent
8e07638699
commit
215d45aaf7
1 changed files with 4 additions and 4 deletions
|
@ -51,10 +51,6 @@
|
|||
<Property key="TextAlign" value="Center"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" position="0 60 60 24" name="MaxSaleButton" align="Left Top">
|
||||
<Property key="Caption" value="Max. Sale"/> <!-- GMST sMaxSale doesn't work -->
|
||||
</Widget>
|
||||
|
||||
<Widget type="HBox" position="0 60 566 24" align="Right Bottom">
|
||||
<Widget type="Widget">
|
||||
<UserString key="HStretch" value="true"/>
|
||||
|
@ -66,6 +62,10 @@
|
|||
<Property key="Caption" value="#{sCancel}"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" position="0 60 60 24" name="MaxSaleButton" align="Left Top">
|
||||
<Property key="Caption" value="Max. Sale"/> <!-- GMST sMaxSale doesn't work -->
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
|
Loading…
Reference in a new issue