Explorar o código

Editor: Clean up.

Mr.doob hai 1 ano
pai
achega
f9339507c5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      editor/js/Sidebar.Project.Video.js

+ 2 - 2
editor/js/Sidebar.Project.Video.js

@@ -46,15 +46,15 @@ function SidebarProjectVideo( editor ) {
 
 	// Render
 
-	container.add( new UIText( '' ).setWidth( '90px' ) );
-
 	const progress = new UIProgress( 0 );
 	progress.setDisplay( 'none' );
 	progress.setWidth( '170px' );
+	progress.setMarginLeft( '90px' );
 	container.add( progress );
 
 	const renderButton = new UIButton( strings.getKey( 'sidebar/project/render' ) );
 	renderButton.setWidth( '170px' );
+	renderButton.setMarginLeft( '90px' );
 	renderButton.onClick( async () => {
 
 		renderButton.setDisplay( 'none' );