mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user