From ef9b71324a36a67e5bfe380c164bc17dc4dc56bb Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 10 Jul 2018 15:03:26 +0800 Subject: =?UTF-8?q?+=E7=BC=A9=E7=95=A5=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AssetBrowser.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'AssetBrowser.cs') diff --git a/AssetBrowser.cs b/AssetBrowser.cs index e0741a9..d6d19bb 100644 --- a/AssetBrowser.cs +++ b/AssetBrowser.cs @@ -429,7 +429,7 @@ class AssetBrowser : EditorWindow #endregion #region thumbs - private bool thumbs = false; + private bool thumbs = true; #endregion #region filters @@ -495,12 +495,12 @@ class AssetBrowser : EditorWindow private Dictionary ColumWidth = new Dictionary { - {Colum.Name, 500}, + {Colum.Name, 400}, {Colum.Ref, 100}, {Colum.RevRef, 100}, {Colum.Type, 100}, {Colum.DiskSize, 100}, - {Colum.Path, 700}, + {Colum.Path, 800}, }; private Dictionary ColumOffsetX = null; @@ -601,7 +601,7 @@ class AssetBrowser : EditorWindow ProcessTree(); EditorUtility.DisplayDialog("Load done", "Load done", "OK"); } - drawer.DrawCheckBox(new Rect(420, offsetY, 60, kLineHeight), "thumbs", thumbs, ref thumbs); + drawer.DrawCheckBox(new Rect(420, offsetY, 100, kLineHeight), "thumbnail", thumbs, ref thumbs); } private void OnFilters() -- cgit v1.1-26-g67d0