mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
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:
@@ -13,7 +13,6 @@ SpinBox < TextEdit
|
||||
image-clip: 0 0 10 10
|
||||
anchors.top: parent.top
|
||||
anchors.right: parent.right
|
||||
@onPress: self:getParent():up()
|
||||
|
||||
$hover:
|
||||
image-clip: 0 10 10 10
|
||||
@@ -28,7 +27,6 @@ SpinBox < TextEdit
|
||||
image-clip: 0 0 10 10
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.right: parent.right
|
||||
@onPress: self:getParent():down()
|
||||
|
||||
$hover:
|
||||
image-clip: 0 10 10 10
|
||||
|
Reference in New Issue
Block a user