Parcourir la source

Editor: Fixed Outliner rollover.

Mr.doob il y a 9 ans
Parent
commit
c837ea170c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      editor/js/Sidebar.Scene.js

+ 1 - 1
editor/js/Sidebar.Scene.js

@@ -182,7 +182,7 @@ Sidebar.Scene = function ( editor ) {
 				var object = objects[ i ];
 
 				var option = buildOption( object, true );
-				option.style.marginLeft = ( pad * 10 ) + 'px';
+				option.style.paddingLeft = ( pad * 10 ) + 'px';
 				options.push( option );
 
 				addObjects( object.children, pad + 1 );