This commit is contained in:
2024-03-22 22:01:12 +08:00
parent 2d38e61702
commit 3a52175041
13 changed files with 190 additions and 18 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, 476f);
_windowTrans.sizeDelta = new Vector2(810f, 512f);
OnUICreated?.Invoke(this, _windowTrans);
SetCurrentTab(0);