Mr.doob 1 год назад
Родитель
Сommit
b2e1389253
2 измененных файлов с 0 добавлено и 9 удалено
  1. 0 5
      editor/js/Menubar.Add.js
  2. 0 4
      editor/js/Menubar.File.js

+ 0 - 5
editor/js/Menubar.Add.js

@@ -35,11 +35,6 @@ function MenubarAdd( editor ) {
 	} );
 	} );
 	options.add( option );
 	options.add( option );
 
 
-	//
-
-	options.add( new UIHorizontalRule() );
-
-
 	// Mesh
 	// Mesh
 
 
 	const meshSubmenuTitle = new UIRow().setTextContent( strings.getKey( 'menubar/add/mesh' ) ).addClass( 'option' ).addClass( 'submenu-title' );
 	const meshSubmenuTitle = new UIRow().setTextContent( strings.getKey( 'menubar/add/mesh' ) ).addClass( 'option' ).addClass( 'submenu-title' );

+ 0 - 4
editor/js/Menubar.File.js

@@ -35,10 +35,6 @@ function MenubarFile( editor ) {
 	} );
 	} );
 	options.add( option );
 	options.add( option );
 
 
-	//
-
-	options.add( new UIHorizontalRule() );
-
 	// Import
 	// Import
 
 
 	const form = document.createElement( 'form' );
 	const form = document.createElement( 'form' );

粤ICP备19079148号