Browse Source

Made min command view width wider

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

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

@ -10,7 +10,7 @@ namespace Fungus
{ {
bool resize = false; bool resize = false;
Rect cursorChangeRect; Rect cursorChangeRect;
public const float minViewWidth = 300; public const float minViewWidth = 350;
static bool locked = false; static bool locked = false;
static GUIStyle lockButtonStyle; static GUIStyle lockButtonStyle;

Loading…
Cancel
Save