mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
30 lines
638 B
JSON
30 lines
638 B
JSON
{
|
|
"layout": {
|
|
"class": "GUI::VerticalBoxLayout"
|
|
},
|
|
|
|
"children": [
|
|
{
|
|
"class": "GUI::ToolBarContainer",
|
|
"name": "toolbar_container",
|
|
"children": [
|
|
{
|
|
"class": "GUI::ToolBar",
|
|
"name": "toolbar"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"class": "GUI::Widget",
|
|
"name": "webview_container",
|
|
"layout": {
|
|
"class": "GUI::VerticalBoxLayout"
|
|
}
|
|
},
|
|
{
|
|
"class": "GUI::StatusBar",
|
|
"name": "statusbar"
|
|
}
|
|
]
|
|
}
|