mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:28:13 +00:00
19 lines
386 B
JSON
19 lines
386 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,
|
|
"text_alignment": "CenterLeft"
|
|
}
|
|
]
|
|
}
|