mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
20 lines
371 B
Plaintext
20 lines
371 B
Plaintext
@GUI::Widget {
|
|
name: "browser"
|
|
fill_with_background_color: true
|
|
|
|
layout: @GUI::VerticalBoxLayout
|
|
|
|
@GUI::HorizontalSeparator {
|
|
name: "top_line"
|
|
fixed_height: 2
|
|
visible: false
|
|
}
|
|
|
|
@GUI::TabWidget {
|
|
name: "tab_widget"
|
|
container_padding: 0
|
|
uniform_tabs: true
|
|
text_alignment: "CenterLeft"
|
|
}
|
|
}
|