BeniS 2bd1e0f6c4 Some optimization to the market.
* Market items are not cached to their categories.
* Fixed onMarketLeave issue.
* Few minor fixes.
2012-08-15 16:58:56 +12:00

33 lines
648 B
Plaintext

MarketWindow < MainWindow
id: marketWindow
!text: tr('Market')
size: 700 510
@onEscape: Market.close(true)
// Main Panel Window
MarketTabBar
id: mainTabBar
width: 164
height: 25
anchors.top: parent.top
anchors.left: parent.left
Panel
id: mainTabContent
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
padding: 3
border-width: 1
border-color: #000000
Label
id: balanceLabel
!text: tr('Balance:')
font: verdana-11px-rounded
text-offset: 0 2
anchors.top: parent.top
anchors.right: parent.right