Browse Source

Reverted sequence node style change

master
chrisgregan 10 years ago
parent
commit
7c388a01cf
  1. 2
      Assets/Fungus/FungusScript/Editor/FungusScriptWindow.cs

2
Assets/Fungus/FungusScript/Editor/FungusScriptWindow.cs

@ -128,7 +128,7 @@ namespace Fungus
BeginWindows();
GUIStyle windowStyle = new GUIStyle("VCS_StickyNote");
GUIStyle windowStyle = new GUIStyle(EditorStyles.toolbarButton);
windowStyle.stretchHeight = true;
windowStyle.fixedHeight = 20;

Loading…
Cancel
Save