We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51ae66 commit 6adb1bfCopy full SHA for 6adb1bf
Editor/TextureItem.cs
@@ -31,7 +31,7 @@ public void Draw()
31
32
_fold = EditorGUI.Foldout(GetFoldRect(), _fold, "Input");
33
34
- var gearStyle = new GUIStyle("Icon.Options");
+ var gearStyle = new GUIStyle();
35
GUILayout.FlexibleSpace();
36
if (GUILayout.Button(gearStyle.normal.background, new GUIStyle("IconButton")))
37
{
0 commit comments