From 8de78736354a40d82a72c9a87b3683c941860a07 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Wed, 9 Jan 2013 20:40:16 -0600 Subject: [PATCH] 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. --- modules/game_npctrade/npctrade.otui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/game_npctrade/npctrade.otui b/modules/game_npctrade/npctrade.otui index 2529d6fc..2b1623bb 100644 --- a/modules/game_npctrade/npctrade.otui +++ b/modules/game_npctrade/npctrade.otui @@ -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