Skip to content

Commit

Permalink
fix gui style error
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMa0012 committed Oct 24, 2023
1 parent 7463128 commit c5bae10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public static Rect[] SplitRect(Rect rectToSplit, int n)
return rects;
}

private static GUIStyle _guiStyle_Foldout = new GUIStyle("minibutton")
private static GUIStyle _guiStyle_Foldout = new GUIStyle(EditorStyles.miniButton)
{
contentOffset = new Vector2(22, 0),
fixedHeight = 27,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.jasonma.lwgui",
"version": "1.13.0",
"version": "1.13.1",
"displayName": "LWGUI",
"description": "A Lightweight, Flexible, Powerful Shader GUI System for Unity.",
"keywords": [
Expand Down

0 comments on commit c5bae10

Please sign in to comment.