From 4631f663a805bc4dbae88fc36b59a8c5024d0855 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 11 Mar 2021 10:41:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9C=AC=E5=9C=B0=E5=8C=96=E3=80=91?= =?UTF-8?q?=E9=AD=82=E7=81=B5=E5=AE=9D=E5=A4=84=E9=9C=80=E8=A6=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Popup/RoleInfoPopup.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RoleInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RoleInfoPopup.lua index ff712bf8b1..d309ad3885 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RoleInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RoleInfoPopup.lua @@ -379,6 +379,7 @@ function this.EquipInfo() local pos= jewelConfig[data.id].Location local o=Util.GetGameObject(this.babyGrid,"Pre"..pos) + Util.GetGameObject(o,"Text"):GetComponent("RectTransform").sizeDelta = GetCurLanguage() == 0 and Vector2.New(48, 95) or Vector2.New(95, 95) local btn=Util.GetGameObject(o,"Frame") btn.gameObject:SetActive(true) local frame=Util.GetGameObject(o,"Frame"):GetComponent("Image")