mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"name": "browser",
|
|
"fill_with_background_color": true,
|
|
|
|
"layout": {
|
|
"class": "GUI::VerticalBoxLayout",
|
|
"spacing": 2
|
|
},
|
|
|
|
"children": [
|
|
{
|
|
"class": "GUI::TabWidget",
|
|
"name": "tab_widget",
|
|
"container_padding": 0,
|
|
"uniform_tabs": true
|
|
}
|
|
]
|
|
}
|