未验证 提交 7199af98 编写于 作者: M Mr.doob 提交者: GitHub

Editor: Fixed project title input size.

上级 9ca100f2
...@@ -29,7 +29,7 @@ var SidebarProject = function ( editor ) { ...@@ -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() );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册