Make trade window's "max sale" button clickable

The HBox widget above it was stealing the input events.
actorid
Emanuel Guevel 12 years ago
parent 8e07638699
commit 215d45aaf7

@ -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…
Cancel
Save