Skip to content

Commit

Permalink
Thanked another person
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshuarox100 committed Sep 4, 2020
1 parent fa326f3 commit bbe74fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/InventoryInventorAboutWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private void DrawAboutWindow()
EditorGUILayout.EndHorizontal();
EditorGUILayout.BeginHorizontal();
GUILayout.FlexibleSpace();
GUILayout.Box("<i><size=12>FlowerBunny</size></i>\nFor being my guinea pig to test things on.", new GUIStyle(GUI.skin.GetStyle("Box")) { richText = true, normal = new GUIStyleState() { background = null } }, GUILayout.Width(350f));
GUILayout.Box("<i><size=12>Ambiguous & FlowerBunny</size></i>\nFor being my guinea pigs to test things on.", new GUIStyle(GUI.skin.GetStyle("Box")) { richText = true, normal = new GUIStyleState() { background = null } }, GUILayout.Width(350f));
GUILayout.FlexibleSpace();
EditorGUILayout.EndHorizontal();
EditorGUILayout.Space();
Expand Down

0 comments on commit bbe74fe

Please sign in to comment.