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

43 lines
1.2 KiB
JSON
Raw Normal View History

2023-03-11 01:40:17 +01:00
{
"panel": {
2023-03-11 06:40:34 +01:00
"split": "v",
"width": 40,
"content": [{
"content": "Panel_Menu"
},
2023-03-11 01:40:17 +01:00
{
2023-03-11 06:40:34 +01:00
"split": "h",
"width": -400,
"content": [{
2023-03-11 01:40:17 +01:00
"split": "v",
2023-03-11 06:40:34 +01:00
"width": -48,
"content": [{
"split": "v",
"width": -400,
"content": [{
"content": "Panel_Preview"
},
{
"content": "Panel_Graph"
}
]
},
{
"content": "Panel_Animation"
}
2023-03-11 01:40:17 +01:00
]
},
2023-03-11 06:40:34 +01:00
{
"content": "Panel_Inspector"
}
2023-03-11 01:40:17 +01:00
]
2023-03-11 06:40:34 +01:00
}
2023-03-11 01:40:17 +01:00
]
},
2023-03-11 06:40:34 +01:00
"Panel_Collection": {
"parent": "Panel_Graph",
2023-03-11 01:40:17 +01:00
"width": 460,
2023-03-11 06:40:34 +01:00
"split": "h",
"index": 0
2023-03-11 01:40:17 +01:00
}
}