1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-11-23 14:20:10 +00:00
msfs-popout-panel-manager/ReactClient/public/config/profiles/pmdg-737-700/cdu/PopoutPanelDefinition.json

41 lines
1 KiB
JSON
Raw Normal View History

2022-07-23 19:23:32 +00:00
{
"id": "PMDG_737_700_CDU_DEF",
"value": {
"panelSize": {
"width": 900,
"height": 675
},
"controlSize": {
"webBrowser": {
"width": 445,
"height": 675
}
},
"panelControlDefinitions": [
{
"id": "cdu-left",
"type": "webBrowser",
"left": 0,
"top": 0,
"controlSize": {
"$ref": "#value.controlSize.webBrowser"
},
"binding": {
"url": "http://localhost:32111/"
}
},
{
"id": "cdu-right",
"type": "webBrowser",
"left": 455,
"top": 0,
"controlSize": {
"$ref": "#value.controlSize.webBrowser"
},
"binding": {
"url": "http://localhost:32112/"
}
}
]
}
}