Market fixes

- Market now works after reloading
- Fixed button / tab styles
- MarketRightTabBarButton now inherits the base style
- Fixed amountWindow buttons being hardly clickable
- "All" search filter is now on by default
This commit is contained in:
TheSumm
2015-01-20 14:34:45 +01:00
parent 8542f8bfd4
commit b5cea41f87
8 changed files with 56 additions and 50 deletions

View File

@@ -3,7 +3,7 @@ MarketWindow < MainWindow
!text: tr('Market')
size: 700 530
@onEscape: Market.close(true)
@onEscape: Market.close()
// Main Panel Window
@@ -54,6 +54,7 @@ MarketWindow < MainWindow
Button
id: resetButton
!text: tr('Reset Market')
!tooltip: tr('Reset selection, filters & search')
anchors.top: mainTabContent.bottom
anchors.left: mainTabContent.left
margin-top: 5