mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 22:43:27 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user