Skip to content

Commit

Permalink
Editor: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 16, 2024
1 parent ec25730 commit f933950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/js/Sidebar.Project.Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit f933950

Please sign in to comment.