updated compose window size

This commit is contained in:
Ben Arc 2021-04-20 15:30:18 +01:00
parent 2a934c4d87
commit 2b89b3a61d

View file

@ -514,7 +514,7 @@
openCopilotCompose: function (copilot_id) {
this.getCopilot(copilot_id)
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)
},
openCopilotPanel: function (copilot_id) {