From 698d81a433b358bfd7e1b94c2c227221deca3f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Wed, 5 Feb 2025 10:51:31 +0800 Subject: [PATCH] update AssetBundleDebugger --- .../VisualViewers/DebuggerAssetListViewer.cs | 12 ++++++------ .../VisualViewers/DebuggerBundleListViewer.cs | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerAssetListViewer.cs b/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerAssetListViewer.cs index 03f9432a..f4da6282 100644 --- a/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerAssetListViewer.cs +++ b/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerAssetListViewer.cs @@ -146,7 +146,7 @@ namespace YooAsset.Editor // SpawnTime { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; @@ -173,7 +173,7 @@ namespace YooAsset.Editor // LoadingTime { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; @@ -200,7 +200,7 @@ namespace YooAsset.Editor // RefCount { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; @@ -227,7 +227,7 @@ namespace YooAsset.Editor // Status { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; @@ -291,7 +291,7 @@ namespace YooAsset.Editor // RefCount { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; @@ -318,7 +318,7 @@ namespace YooAsset.Editor // Status { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; diff --git a/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerBundleListViewer.cs b/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerBundleListViewer.cs index d2e97d26..13a683bb 100644 --- a/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerBundleListViewer.cs +++ b/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerBundleListViewer.cs @@ -120,7 +120,7 @@ namespace YooAsset.Editor // RefCount { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; @@ -147,7 +147,7 @@ namespace YooAsset.Editor // Status { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; @@ -238,7 +238,7 @@ namespace YooAsset.Editor // SpawnTime { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; @@ -265,7 +265,7 @@ namespace YooAsset.Editor // RefCount { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true; @@ -292,7 +292,7 @@ namespace YooAsset.Editor // Status { var columnStyle = new ColumnStyle(); - columnStyle.Width = 150; + columnStyle.Width = 100; columnStyle.Stretchable = false; columnStyle.Searchable = false; columnStyle.Sortable = true;