Added 'sell all' tooltip to show items you can sell

* Now 'sell all' button with enable/disable
* Fixed display issue with 'sell all' button
* Also changed spinbox button click
This commit is contained in:
BeniS
2013-02-20 23:08:03 +13:00
parent b61094c053
commit 88c59afb8c
5 changed files with 53 additions and 2 deletions

View File

@@ -250,6 +250,7 @@ MainWindow
anchors.right: next.left
anchors.bottom: parent.bottom
margin-right: 10
visible: false
@onClick: modules.game_npctrade.sellAll()
Button