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:
parent
b72c1d2921
commit
8de7873635
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue