update UIElements

This commit is contained in:
何冠峰
2025-02-05 10:38:47 +08:00
parent 12bd282ace
commit 012f9b9f03
10 changed files with 122 additions and 80 deletions

View File

@@ -53,7 +53,11 @@ namespace YooAsset.Editor
CreateDependTableViewColumns();
#if UNITY_2020_3_OR_NEWER
SplitView.Adjuster(_root);
var topGroup = _root.Q<VisualElement>("TopGroup");
var bottomGroup = _root.Q<VisualElement>("BottomGroup");
topGroup.style.minHeight = 100;
bottomGroup.style.minHeight = 100f;
PanelSplitView.SplitVerticalPanel(_root, topGroup, bottomGroup);
#endif
}
private void CreateAssetTableViewColumns()