Finished accepting buy/sell market item offers, few minor fixes.

This commit is contained in:
BeniS
2012-07-30 02:05:32 +12:00
parent e2efbcffbe
commit a914d31afb
5 changed files with 226 additions and 52 deletions

View File

@@ -40,12 +40,13 @@ Panel
margin: 1
Button
id: buyButton
!text: tr('Buy Now')
anchors.right: parent.right
anchors.bottom: next.bottom
margin-right: 6
width: 80
//@onClick: g_game.closeNpcTrade()
enabled: false
Label
!text: tr('Sell Offers')
@@ -93,13 +94,14 @@ Panel
pixels-scroll: true
Button
id: sellButton
!text: tr('Sell Now')
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 5
margin-right: 6
width: 80
//@onClick: g_game.closeNpcTrade()
enabled: false
Label
!text: tr('Buy Offers')