updated compose window size
This commit is contained in:
parent
2a934c4d87
commit
2b89b3a61d
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@
|
||||||
openCopilotCompose: function (copilot_id) {
|
openCopilotCompose: function (copilot_id) {
|
||||||
this.getCopilot(copilot_id)
|
this.getCopilot(copilot_id)
|
||||||
let params =
|
let params =
|
||||||
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=1540,height=826,right=200,top=200'
|
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=1200,height=644,right=200,top=200'
|
||||||
open('../copilot/cp/', '_blank', params)
|
open('../copilot/cp/', '_blank', params)
|
||||||
},
|
},
|
||||||
openCopilotPanel: function (copilot_id) {
|
openCopilotPanel: function (copilot_id) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue