Pixel-Composer/datafiles/data/layouts/Vertical.json

35 lines
917 B
JSON
Raw Normal View History

2023-03-11 01:40:17 +01:00
{
"panel": {
2023-03-11 06:40:34 +01:00
"content": [{
2023-03-13 10:45:56 +01:00
"content": "Panel_Menu"
}, {
"content": [{
"content": [{
"content": [{
"content": "Panel_Preview"
}, {
"content": "Panel_Graph"
}],
"split": "h",
"width": 400
}, {
"content": "Panel_Animation"
}],
"split": "v",
"width": -300
}, {
2023-03-11 06:40:34 +01:00
"content": [{
2023-03-13 10:45:56 +01:00
"content": "Panel_Workspace"
}, {
"content": "Panel_Inspector"
}],
"split": "v",
"width": 40
}],
"split": "h",
"width": -400
}],
"split": "v",
"width": 40
2023-03-11 01:40:17 +01:00
}
}