mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Fix to spin box button fit and npc trade:
* Fit spin box buttons properly * NPC trade you can now look at items you can sell/buy (Waiting for ed to implement a way to set item image color before its completed)
This commit is contained in:
@@ -17,15 +17,16 @@ NPCItemBox < UICheckBox
|
||||
phantom: true
|
||||
anchors.top: parent.top
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
image-color: #ffffffff
|
||||
margin-top: 5
|
||||
|
||||
$checked:
|
||||
$checked on:
|
||||
border-color: #ffffff
|
||||
|
||||
$hover !checked:
|
||||
border-color: #aaaaaa
|
||||
$!checked:
|
||||
border-color: #000000
|
||||
|
||||
$disabled:
|
||||
$!on:
|
||||
image-color: #ffffff88
|
||||
color: #aaaaaa88
|
||||
|
||||
|
Reference in New Issue
Block a user