Skip to content

Commit f933950

Browse files
committed
Editor: Clean up.
1 parent ec25730 commit f933950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor/js/Sidebar.Project.Video.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ function SidebarProjectVideo( editor ) {
4646

4747
// Render
4848

49-
container.add( new UIText( '' ).setWidth( '90px' ) );
50-
5149
const progress = new UIProgress( 0 );
5250
progress.setDisplay( 'none' );
5351
progress.setWidth( '170px' );
52+
progress.setMarginLeft( '90px' );
5453
container.add( progress );
5554

5655
const renderButton = new UIButton( strings.getKey( 'sidebar/project/render' ) );
5756
renderButton.setWidth( '170px' );
57+
renderButton.setMarginLeft( '90px' );
5858
renderButton.onClick( async () => {
5959

6060
renderButton.setDisplay( 'none' );

0 commit comments

Comments
 (0)