mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
20 lines
386 B
JSON
20 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"
|
|
}
|
|
]
|
|
}
|