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:
BeniS
2013-01-23 22:23:28 +13:00
parent a2ddb472f5
commit c7ff744dcd
3 changed files with 24 additions and 6 deletions

View File

@@ -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