From 68f178187a928b71a3fb29c7f3b73476ebdffabe Mon Sep 17 00:00:00 2001 From: guoh064 <50830808+guoh064@users.noreply.github.com> Date: Sun, 2 Aug 2026 23:24:47 +0800 Subject: [PATCH] Upd: OSShopItemGrid template_area --- module/os_shop/item.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/os_shop/item.py b/module/os_shop/item.py index 771f1b2e2..22f3582f5 100644 --- a/module/os_shop/item.py +++ b/module/os_shop/item.py @@ -132,7 +132,7 @@ class OSShopItem(Item): class OSShopItemGrid(ItemGrid): item_class = OSShopItem - def __init__(self, grids, templates, template_area=(40, 21, 89, 70), amount_area=(60, 71, 91, 92), + def __init__(self, grids, templates, template_area=(25, 16, 89, 70), amount_area=(60, 71, 91, 92), cost_area=(6, 123, 84, 166), price_area=(52, 132, 132, 156), tag_area=(81, 4, 91, 8), counter_area=(85, 170, 134, 186)): super().__init__(grids, templates, template_area, amount_area, cost_area, price_area, tag_area)