Fix spacing in NPC Trade Windows

Adjusted Text offset of the NPCItemBox for the NPC Trade Window so that
the text is no longer partially hidden behind the item.
master
Jeffrey 11 years ago
parent b72c1d2921
commit 8de7873635

@ -9,7 +9,7 @@ NPCItemBox < UICheckBox
border-color: #000000
color: #aaaaaa
text-align: center
text-offset: 0 20
text-offset: 0 30
@onCheckChange: modules.game_npctrade.onItemBoxChecked(self)
Item

Loading…
Cancel
Save