This commit is contained in:
parent
9bc0d8e036
commit
f1acbd3682
|
@ -145,7 +145,7 @@
|
||||||
color: #e1e1e1;
|
color: #e1e1e1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-window-group .tabs-panel > div{
|
.bottom-window-group .tabs-panel {
|
||||||
background-color: #181818;
|
background-color: #181818;
|
||||||
color: #ebebeb;
|
color: #ebebeb;
|
||||||
}
|
}
|
||||||
|
|
|
@ -221,15 +221,6 @@ var windows = {
|
||||||
windows.isMaxEditor = false;
|
windows.isMaxEditor = false;
|
||||||
$(".toolbars .font-ico").addClass('ico-max').removeClass('ico-restore').attr('title', config.label.max_editor);
|
$(".toolbars .font-ico").addClass('ico-max').removeClass('ico-restore').attr('title', config.label.max_editor);
|
||||||
},
|
},
|
||||||
minBottom: function () {
|
|
||||||
windows.innerLayout.close('south');
|
|
||||||
},
|
|
||||||
minSide: function () {
|
|
||||||
windows.outerLayout.close('west');
|
|
||||||
},
|
|
||||||
minSideRight: function () {
|
|
||||||
windows.innerLayout.close('east');
|
|
||||||
},
|
|
||||||
refreshEditor: function (pane, type) {
|
refreshEditor: function (pane, type) {
|
||||||
console.log(type)
|
console.log(type)
|
||||||
var editorDatas = editors.data,
|
var editorDatas = editors.data,
|
||||||
|
@ -248,7 +239,7 @@ var windows = {
|
||||||
$('.bottom-window-group .search').height($('.bottom-window-group .tabs-panel').height());
|
$('.bottom-window-group .search').height($('.bottom-window-group .tabs-panel').height());
|
||||||
},
|
},
|
||||||
flowBottom: function () {
|
flowBottom: function () {
|
||||||
windows.innerLayout.open('south');
|
// windows.innerLayout.open('south');
|
||||||
windows.innerLayout.slideOpen('south');
|
// windows.innerLayout.slideOpen('south');
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in New Issue