提交 949ce366 编写于 作者: M Mr.doob

Editor: Fixed project title input size.

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