Explorar el Código

Editor: Collapse renderer panel by default.

Mr.doob hace 11 años
padre
commit
5f58e11e83
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      editor/js/Sidebar.Renderer.js

+ 1 - 0
editor/js/Sidebar.Renderer.js

@@ -14,6 +14,7 @@ Sidebar.Renderer = function ( editor ) {
 	};
 
 	var container = new UI.CollapsiblePanel();
+	container.setCollapsed( true );
 
 	container.addStatic( new UI.Text( 'RENDERER' ) );
 	container.add( new UI.Break() );