This commit is contained in:
2024-03-10 18:25:51 +08:00
parent d9a4cb312d
commit 456598f2a1
14 changed files with 166 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public class MyConfigWindow : MyWindowWithTabs
public override void _OnCreate()
{
_windowTrans = GetComponent<RectTransform>();
_windowTrans.sizeDelta = new Vector2(810f, 440f);
_windowTrans.sizeDelta = new Vector2(810f, 476f);
OnUICreated?.Invoke(this, _windowTrans);
SetCurrentTab(0);