mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修改脚本面板。
This commit is contained in:
parent
df8eec3d71
commit
6b4d99c8fd
@ -23,16 +23,6 @@ ScriptPanel.prototype.render = function () {
|
||||
parent: this.parent,
|
||||
cls: 'Panel scriptPanel',
|
||||
children: [{
|
||||
xtype: 'row',
|
||||
children: [{
|
||||
xtype: 'label',
|
||||
style: {
|
||||
color: '#555',
|
||||
fontWeight: 'bold'
|
||||
},
|
||||
text: '常用脚本'
|
||||
}]
|
||||
}, {
|
||||
xtype: 'row',
|
||||
style: {
|
||||
paddingTop: '5px',
|
||||
@ -43,7 +33,7 @@ ScriptPanel.prototype.render = function () {
|
||||
color: '#555',
|
||||
fontWeight: 'bold'
|
||||
},
|
||||
text: '自定义脚本'
|
||||
text: '脚本列表'
|
||||
}]
|
||||
}, {
|
||||
xtype: 'row',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user