mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:48:11 +00:00
15 lines
287 B
Text
15 lines
287 B
Text
@GUI::Widget {
|
|
name: "browser"
|
|
fill_with_background_color: true
|
|
|
|
layout: @GUI::VerticalBoxLayout {
|
|
spacing: 2
|
|
}
|
|
|
|
@GUI::TabWidget {
|
|
name: "tab_widget"
|
|
container_padding: 0
|
|
uniform_tabs: true
|
|
text_alignment: "CenterLeft"
|
|
}
|
|
}
|