Some more unstrip fixes, and a few cleanups

This commit is contained in:
sinaioutlander
2020-09-30 01:52:49 +10:00
parent dab7ecd441
commit 23723a4ffd
25 changed files with 924 additions and 673 deletions

View File

@ -272,7 +272,7 @@ namespace Explorer
GUILayout.BeginHorizontal(new GUILayoutOption[0]);
GUILayout.Label("<b>Search:</b>", new GUILayoutOption[] { GUILayout.Width(75) });
m_search = GUILayout.TextField(m_search, new GUILayoutOption[0]);
m_search = GUIUnstrip.TextField(m_search, new GUILayoutOption[0]);
GUILayout.EndHorizontal();
GUILayout.BeginHorizontal(new GUILayoutOption[0]);