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.
This commit is contained in:
Jeffrey 2013-01-09 20:40:16 -06:00
parent b72c1d2921
commit 8de7873635
1 changed files with 1 additions and 1 deletions

View File

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