You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
751 B

TradeWindow < MiniWindow
!text: tr('Trade')
height: 150
UIItem
id: tradeItem
virtual: true
item-id: 3253
size: 32 32
anchors.top: parent.top
anchors.left: parent.left
margin-top: -6
margin-left: -6
MiniWindowContents
padding: 6
FlatPanel
id: ownTradeContainer
anchors.fill: parent
anchors.right: parent.horizontalCenter
margin-right: 2
layout:
type: grid
cell-size: 40 40
flow: true
cell-spacing: 0
FlatPanel
id: counterTradeContainer
anchors.fill: parent
anchors.left: parent.horizontalCenter
margin-left: 2
layout:
type: grid
cell-size: 40 40
flow: true
cell-spacing: 0