Sfoglia il codice sorgente

Editor: Fixed project title input size.

Mr.doob 5 anni fa
parent
commit
7199af9884
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      editor/js/Sidebar.Project.js

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

@@ -29,7 +29,7 @@ var SidebarProject = function ( editor ) {
 	// Title
 	// Title
 
 
 	var titleRow = new UIRow();
 	var titleRow = new UIRow();
-	var title = new UIInput( config.getKey( 'project/title' ) ).setLeft( '100px' ).onChange( function () {
+	var title = new UIInput( config.getKey( 'project/title' ) ).setLeft( '100px' ).setWidth( '150px' ).onChange( function () {
 
 
 		config.setKey( 'project/title', this.getValue() );
 		config.setKey( 'project/title', this.getValue() );